QCOM security components were moved to security folder inside kernel which is more appropriate Change-Id: I4e450a23583ceac929a3980b1b5998f4e0c7cfa9 Signed-off-by: Andrey Markovytch <andreym@codeaurora.org> [gbroner@codeaurora.org: fix merge conflicts and updated ARCH_QCOM] Signed-off-by: Gilad Broner <gbroner@codeaurora.org>
7 lines
163 B
Makefile
7 lines
163 B
Makefile
#
|
|
# Makefile for the MSM specific security device drivers.
|
|
#
|
|
|
|
ccflags-y += -Isecurity/selinux -Isecurity/selinux/include -Ifs/ecryptfs
|
|
|
|
obj-$(CONFIG_PFT) += pft.o
|