xref: /linux/security/integrity/evm/Makefile (revision 41de8d4cff21a2e81e3d9ff66f5f7c903f9c3ab1)
1#
2# Makefile for building the Extended Verification Module(EVM)
3#
4obj-$(CONFIG_EVM) += evm.o
5
6evm-y := evm_main.o evm_crypto.o evm_secfs.o
7evm-$(CONFIG_FS_POSIX_ACL) += evm_posix_acl.o
8