1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for caching inode integrity data (iint)
6 obj-
$(CONFIG_INTEGRITY
) += integrity.o
9 integrity-
$(CONFIG_INTEGRITY_AUDIT
) += integrity_audit.o
10 integrity-
$(CONFIG_INTEGRITY_SIGNATURE
) += digsig.o
11 integrity-
$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS
) += digsig_asymmetric.o
12 integrity-
$(CONFIG_INTEGRITY_PLATFORM_KEYRING
) += platform_certs
/platform_keyring.o
13 integrity-
$(CONFIG_INTEGRITY_MACHINE_KEYRING
) += platform_certs
/machine_keyring.o
14 integrity-
$(CONFIG_LOAD_UEFI_KEYS
) += platform_certs
/efi_parser.o \
15 platform_certs
/load_uefi.o \
16 platform_certs
/keyring_handler.o
17 integrity-
$(CONFIG_LOAD_IPL_KEYS
) += platform_certs
/load_ipl_s390.o
18 integrity-
$(CONFIG_LOAD_PPC_KEYS
) += platform_certs
/efi_parser.o \
19 platform_certs
/load_powerpc.o \
20 platform_certs
/keyring_handler.o
21 # The relative order of the 'ima' and 'evm' LSMs depends on the order below.
22 obj-
$(CONFIG_IMA
) += ima
/
23 obj-
$(CONFIG_EVM
) += evm
/