Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.17 7 lines 185 B view raw
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