Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
11127e9121d4dd9da868cf0fd89dcac35f7f0fa3
/
.
/
security
/
integrity
/
Makefile
blob: 0ae44aea6516680f20bd1e513ab4c8d3a73f0b8d [
file
] [
log
] [
blame
]
#
# Makefile for caching inode integrity data (iint)
#
obj
-
$
(
CONFIG_INTEGRITY
)
+=
integrity
.
o
integrity
-
y
:=
iint
.
o
subdir
-
$
(
CONFIG_IMA
)
+=
ima
obj
-
$
(
CONFIG_IMA
)
+=
ima
/
built
-
in
.
o
subdir
-
$
(
CONFIG_EVM
)
+=
evm
obj
-
$
(
CONFIG_EVM
)
+=
evm
/
built
-
in
.
o