powerpc/eeh: Reenable PCI devices after reset
[linux/fpc-iii.git] / security / integrity / Makefile
blob0793f4811cb7d6644def01b8563d8bc913619fe0
2 # Makefile for caching inode integrity data (iint)
5 obj-$(CONFIG_INTEGRITY) += integrity.o
6 obj-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o
7 obj-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o
8 obj-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o
10 integrity-y := iint.o
12 subdir-$(CONFIG_IMA) += ima
13 obj-$(CONFIG_IMA) += ima/
14 subdir-$(CONFIG_EVM) += evm
15 obj-$(CONFIG_EVM) += evm/