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