ASoC: Convert s6000 directory to module_platform_driver
[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.03356 seconds and 5 git commands to generate.