]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - security/integrity/Makefile
Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-block
[mirror_ubuntu-focal-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
9641b8cc
MS
12integrity-$(CONFIG_INTEGRITY_PLATFORM_KEYRING) += platform_certs/platform_keyring.o
13integrity-$(CONFIG_LOAD_UEFI_KEYS) += platform_certs/efi_parser.o \
14 platform_certs/load_uefi.o
15integrity-$(CONFIG_LOAD_IPL_KEYS) += platform_certs/load_ipl_s390.o
f381c272 16
e0c2de2b 17obj-$(CONFIG_IMA) += ima/
e0c2de2b 18obj-$(CONFIG_EVM) += evm/