Merge tag 'v3.10.67' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / security / integrity / Makefile
CommitLineData
f381c272
MZ
1#
2# Makefile for caching inode integrity data (iint)
3#
4
5obj-$(CONFIG_INTEGRITY) += integrity.o
f1be242c 6obj-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o
e0751257 7obj-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o
f381c272
MZ
8
9integrity-y := iint.o
10
11subdir-$(CONFIG_IMA) += ima
12obj-$(CONFIG_IMA) += ima/built-in.o
66dbc325
MZ
13subdir-$(CONFIG_EVM) += evm
14obj-$(CONFIG_EVM) += evm/built-in.o