MIPS: Fix detection of unsupported highmem with cache aliases
[deliverable/linux.git] / security / integrity / Makefile
CommitLineData
f381c272
MZ
1#
2# Makefile for caching inode integrity data (iint)
3#
4
5obj-$(CONFIG_INTEGRITY) += integrity.o
6
7integrity-y := iint.o
a2d61ed5
DK
8integrity-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o
9integrity-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o
10integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o
f381c272
MZ
11
12subdir-$(CONFIG_IMA) += ima
e0c2de2b 13obj-$(CONFIG_IMA) += ima/
66dbc325 14subdir-$(CONFIG_EVM) += evm
e0c2de2b 15obj-$(CONFIG_EVM) += evm/
This page took 0.148097 seconds and 5 git commands to generate.