diff options
| author | Michael Halcrow <mhalcrow@google.com> | 2015-04-14 20:34:38 -0400 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-05-27 19:39:56 +0200 |
| commit | 5cf953d5eb04cd958cbd7ae5e2530dd15fe1e3aa (patch) | |
| tree | 1be059fe290286d0e9f3972d48db619966162bd0 /fs/ext4/Makefile | |
| parent | 63cbae5d55e93ef0ca1a101f59e026a46e22ab81 (diff) | |
ext4 crypto: add encryption policy and password salt support
Change-Id: I1a48fadd5f5ab6188ee93709a9c86ac75da2c220
Signed-off-by: Michael Halcrow <mhalcrow@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Ildar Muslukhov <muslukhovi@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@google.com>
Diffstat (limited to 'fs/ext4/Makefile')
| -rw-r--r-- | fs/ext4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/Makefile b/fs/ext4/Makefile index cd6f50fce..3886ee45f 100644 --- a/fs/ext4/Makefile +++ b/fs/ext4/Makefile @@ -12,3 +12,4 @@ ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o page-io.o \ ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o ext4-$(CONFIG_EXT4_FS_SECURITY) += xattr_security.o +ext4-$(CONFIG_EXT4_FS_ENCRYPTION) += crypto_policy.o |
