Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
[deliverable/linux.git] / security / integrity / evm / Makefile
1 #
2 # Makefile for building the Extended Verification Module(EVM)
3 #
4 obj-$(CONFIG_EVM) += evm.o
5
6 evm-y := evm_main.o evm_crypto.o evm_secfs.o
7 evm-$(CONFIG_FS_POSIX_ACL) += evm_posix_acl.o
This page took 0.043692 seconds and 6 git commands to generate.