Merge tag 'at91-fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux...
[linux-2.6-block.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/