Merge branches 'fixes' and 'misc' into for-linus
[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
d726d8d7 6obj-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o
f1be242c 7obj-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o
e0751257 8obj-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o
f381c272
MZ
9
10integrity-y := iint.o
11
12subdir-$(CONFIG_IMA) += ima
13obj-$(CONFIG_IMA) += ima/built-in.o
66dbc325
MZ
14subdir-$(CONFIG_EVM) += evm
15obj-$(CONFIG_EVM) += evm/built-in.o
This page took 0.088856 seconds and 5 git commands to generate.