Blame view

kernel/linux-rt-4.4.41/security/integrity/evm/Makefile 185 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
  #
  # Makefile for building the Extended Verification Module(EVM)
  #
  obj-$(CONFIG_EVM) += evm.o
  
  evm-y := evm_main.o evm_crypto.o evm_secfs.o
  evm-$(CONFIG_FS_POSIX_ACL) += evm_posix_acl.o