Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
dedekind
/
linux-misc
/
6893f5675f54d6452aded27f9a1d5e86a3bddcbe
/
.
/
security
/
integrity
/
evm
/
Makefile
blob: 7393c415a0667209e7833c3ab02637e36146291a [
file
] [
log
] [
blame
]
#
# 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