Merge branch 'master' into for-next
[deliverable/linux.git] / security / integrity / Makefile
1 #
2 # Makefile for caching inode integrity data (iint)
3 #
4
5 obj-$(CONFIG_INTEGRITY) += integrity.o
6 obj-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o
7
8 integrity-y := iint.o
9
10 subdir-$(CONFIG_IMA) += ima
11 obj-$(CONFIG_IMA) += ima/built-in.o
12 subdir-$(CONFIG_EVM) += evm
13 obj-$(CONFIG_EVM) += evm/built-in.o
This page took 0.029576 seconds and 5 git commands to generate.