Numerous changes were introduced to various layers: Block: removed dependency on selinux module for decision on bio merge EXT4: Added feature controlled support for HW encryption PFK: Major re-factoring, separation to eCryptfs and EXT4 sub-layers Change-Id: I9256c8736e1c16175fe3f94733dda430ccc57980 Signed-off-by: Andrey Markovytch <andreym@codeaurora.org>
9 lines
258 B
Makefile
9 lines
258 B
Makefile
#
|
|
# Makefile for the MSM specific security device drivers.
|
|
#
|
|
|
|
ccflags-y += -Isecurity/selinux -Isecurity/selinux/include -Ifs/ecryptfs
|
|
ccflags-y += -Ifs/ext4
|
|
|
|
obj-$(CONFIG_PFT) += pft.o
|
|
obj-$(CONFIG_PFK) += pfk.o pfk_kc.o pfk_ice.o pfk_ext4.o pfk_ecryptfs.o
|