]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - security/integrity/Makefile
Merge tag 'dma-maping-6.9-2024-04-14' of git://git.infradead.org/users/hch/dma-mapping
[thirdparty/kernel/linux.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 12integrity-$(CONFIG_INTEGRITY_PLATFORM_KEYRING) += platform_certs/platform_keyring.o
d1996776 13integrity-$(CONFIG_INTEGRITY_MACHINE_KEYRING) += platform_certs/machine_keyring.o
9641b8cc 14integrity-$(CONFIG_LOAD_UEFI_KEYS) += platform_certs/efi_parser.o \
ad723674
NJ
15 platform_certs/load_uefi.o \
16 platform_certs/keyring_handler.o
9641b8cc 17integrity-$(CONFIG_LOAD_IPL_KEYS) += platform_certs/load_ipl_s390.o
8220e22d
NJ
18integrity-$(CONFIG_LOAD_PPC_KEYS) += platform_certs/efi_parser.o \
19 platform_certs/load_powerpc.o \
20 platform_certs/keyring_handler.o
cd3cec0a 21# The relative order of the 'ima' and 'evm' LSMs depends on the order below.
e0c2de2b 22obj-$(CONFIG_IMA) += ima/
e0c2de2b 23obj-$(CONFIG_EVM) += evm/