Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.2-rc2 12 lines 255 B view raw
1# 2# Makefile for caching inode integrity data (iint) 3# 4 5obj-$(CONFIG_INTEGRITY) += integrity.o 6 7integrity-y := iint.o 8 9subdir-$(CONFIG_IMA) += ima 10obj-$(CONFIG_IMA) += ima/built-in.o 11subdir-$(CONFIG_EVM) += evm 12obj-$(CONFIG_EVM) += evm/built-in.o