Makefile 313 B

123456789101112
  1. #
  2. # Makefile for the MSM specific security device drivers.
  3. #
  4. ccflags-y += -Isecurity/selinux -Isecurity/selinux/include -Ifs/ecryptfs
  5. ccflags-y += -Ifs/crypto
  6. obj-$(CONFIG_PFK) += pfk.o pfk_kc.o pfk_ice.o pfk_fscrypt.o pfk_ecryptfs.o
  7. # TODO: remove me b/62058353
  8. subdir-ccflags-y += \
  9. -Wno-ignored-attributes