Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
c5cc87fa8ddf971682fc5dd112e2dfacb11f30cd
/
.
/
security
/
integrity
/
evm
/
Makefile
blob: 7393c415a0667209e7833c3ab02637e36146291a [
file
]
#
# 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