blob: 7393c415a0667209e7833c3ab02637e36146291a [file] [log] [blame]
Mimi Zohar66dbc3252011-03-15 16:12:09 -04001#
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
Mimi Zoharbf6d0f52011-08-18 18:07:44 -04007evm-$(CONFIG_FS_POSIX_ACL) += evm_posix_acl.o