Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Mimi Zohar | f381c27 | 2011-03-09 14:13:22 -0500 | [diff] [blame] | 2 | # |
| 3 | # Makefile for caching inode integrity data (iint) |
| 4 | # |
| 5 | |
| 6 | obj-$(CONFIG_INTEGRITY) += integrity.o |
| 7 | |
| 8 | integrity-y := iint.o |
Dmitry Kasatkin | a2d61ed | 2014-07-02 15:42:19 +0300 | [diff] [blame] | 9 | integrity-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o |
| 10 | integrity-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o |
| 11 | integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o |
Martin Schwidefsky | 9641b8c | 2019-02-21 14:23:04 +0100 | [diff] [blame] | 12 | integrity-$(CONFIG_INTEGRITY_PLATFORM_KEYRING) += platform_certs/platform_keyring.o |
| 13 | integrity-$(CONFIG_LOAD_UEFI_KEYS) += platform_certs/efi_parser.o \ |
Nayna Jain | ad72367 | 2019-11-10 21:10:35 -0600 | [diff] [blame] | 14 | platform_certs/load_uefi.o \ |
| 15 | platform_certs/keyring_handler.o |
Martin Schwidefsky | 9641b8c | 2019-02-21 14:23:04 +0100 | [diff] [blame] | 16 | integrity-$(CONFIG_LOAD_IPL_KEYS) += platform_certs/load_ipl_s390.o |
Nayna Jain | 8220e22 | 2019-11-10 21:10:36 -0600 | [diff] [blame] | 17 | integrity-$(CONFIG_LOAD_PPC_KEYS) += platform_certs/efi_parser.o \ |
| 18 | platform_certs/load_powerpc.o \ |
| 19 | platform_certs/keyring_handler.o |
Sam Ravnborg | e0c2de2 | 2014-02-15 22:49:30 +0100 | [diff] [blame] | 20 | obj-$(CONFIG_IMA) += ima/ |
Sam Ravnborg | e0c2de2 | 2014-02-15 22:49:30 +0100 | [diff] [blame] | 21 | obj-$(CONFIG_EVM) += evm/ |