.. | .. |
---|
9 | 9 | integrity-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o |
---|
10 | 10 | integrity-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o |
---|
11 | 11 | integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o |
---|
12 | | - |
---|
13 | | -subdir-$(CONFIG_IMA) += ima |
---|
| 12 | +integrity-$(CONFIG_INTEGRITY_PLATFORM_KEYRING) += platform_certs/platform_keyring.o |
---|
| 13 | +integrity-$(CONFIG_LOAD_UEFI_KEYS) += platform_certs/efi_parser.o \ |
---|
| 14 | + platform_certs/load_uefi.o \ |
---|
| 15 | + platform_certs/keyring_handler.o |
---|
| 16 | +integrity-$(CONFIG_LOAD_IPL_KEYS) += platform_certs/load_ipl_s390.o |
---|
| 17 | +integrity-$(CONFIG_LOAD_PPC_KEYS) += platform_certs/efi_parser.o \ |
---|
| 18 | + platform_certs/load_powerpc.o \ |
---|
| 19 | + platform_certs/keyring_handler.o |
---|
14 | 20 | obj-$(CONFIG_IMA) += ima/ |
---|
15 | | -subdir-$(CONFIG_EVM) += evm |
---|
16 | 21 | obj-$(CONFIG_EVM) += evm/ |
---|