Merge branch 'next/deletion' of git://git.linaro.org/people/arnd/arm-soc
[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
9 subdir-$(CONFIG_IMA) += ima
10 obj-$(CONFIG_IMA) += ima/built-in.o
11 subdir-$(CONFIG_EVM) += evm
12 obj-$(CONFIG_EVM) += evm/built-in.o
This page took 0.030792 seconds and 5 git commands to generate.