Jaegeuk Kim | 0b81d07 | 2015-05-15 16:26:10 -0700 | [diff] [blame] | 1 | obj-$(CONFIG_FS_ENCRYPTION) += fscrypto.o |
2 | |||||
Neeraj Soni | c692cb9 | 2018-04-18 17:20:22 +0530 | [diff] [blame] | 3 | ccflags-y += -Ifs/ext4 |
Neeraj Soni | 36c6512 | 2018-04-18 21:04:46 +0530 | [diff] [blame] | 4 | ccflags-y += -Ifs/f2fs |
5 | |||||
6 | fscrypto-y := crypto.o fname.o hooks.o keyinfo.o policy.o fscrypt_ice.o | ||||
Hyojun Kim | 63da420 | 2017-10-06 17:10:08 -0700 | [diff] [blame] | 7 | fscrypto-$(CONFIG_BLOCK) += bio.o |