Makefile 185 B

1234567
  1. #
  2. # Makefile for building the Extended Verification Module(EVM)
  3. #
  4. obj-$(CONFIG_EVM) += evm.o
  5. evm-y := evm_main.o evm_crypto.o evm_secfs.o
  6. evm-$(CONFIG_FS_POSIX_ACL) += evm_posix_acl.o