diff options
Diffstat (limited to 'fs/crypto/Makefile')
-rw-r--r-- | fs/crypto/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/crypto/Makefile b/fs/crypto/Makefile new file mode 100644 index 000000000..cb496989a --- /dev/null +++ b/fs/crypto/Makefile @@ -0,0 +1,4 @@ +obj-$(CONFIG_FS_ENCRYPTION) += fscrypto.o + +fscrypto-y := crypto.o fname.o hooks.o keyinfo.o policy.o +fscrypto-$(CONFIG_BLOCK) += bio.o |