Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[deliverable/linux.git] / security / integrity / Makefile
1 #
2 # Makefile for caching inode integrity data (iint)
3 #
4
5 obj-$(CONFIG_INTEGRITY) += integrity.o
6
7 integrity-y := iint.o
8 integrity-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o
9 integrity-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o
10 integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o
11
12 subdir-$(CONFIG_IMA) += ima
13 obj-$(CONFIG_IMA) += ima/
14 subdir-$(CONFIG_EVM) += evm
15 obj-$(CONFIG_EVM) += evm/
This page took 0.029586 seconds and 5 git commands to generate.