]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - security/integrity/Makefile
keys: Timestamp new keys
[mirror_ubuntu-bionic-kernel.git] / security / integrity / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
f381c272
MZ
2#
3# Makefile for caching inode integrity data (iint)
4#
5
6obj-$(CONFIG_INTEGRITY) += integrity.o
7
8integrity-y := iint.o
a2d61ed5
DK
9integrity-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o
10integrity-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o
11integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o
f381c272
MZ
12
13subdir-$(CONFIG_IMA) += ima
e0c2de2b 14obj-$(CONFIG_IMA) += ima/
66dbc325 15subdir-$(CONFIG_EVM) += evm
e0c2de2b 16obj-$(CONFIG_EVM) += evm/