Your IP : 172.28.240.42


Current Path : /usr/src/linux-headers-3.13.0-185/security/integrity/evm/
Upload File :
Current File : //usr/src/linux-headers-3.13.0-185/security/integrity/evm/Makefile

#
# 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