]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - security/integrity/Makefile
i2c: qup: skip qup_i2c_suspend if the device is already runtime suspended
[mirror_ubuntu-zesty-kernel.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/