1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # 2 # 3 # Makefile for caching inode integrity data (i 3 # Makefile for caching inode integrity data (iint) 4 # 4 # 5 5 6 obj-$(CONFIG_INTEGRITY) += integrity.o 6 obj-$(CONFIG_INTEGRITY) += integrity.o 7 7 8 integrity-y := iint.o 8 integrity-y := iint.o 9 integrity-$(CONFIG_INTEGRITY_AUDIT) += integri 9 integrity-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o 10 integrity-$(CONFIG_INTEGRITY_SIGNATURE) += dig 10 integrity-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o 11 integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) 11 integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o 12 integrity-$(CONFIG_INTEGRITY_PLATFORM_KEYRING) !! 12 integrity-$(CONFIG_INTEGRITY_PLATFORM_KEYRING) += platform_certs/platform_keyring.o \ 13 integrity-$(CONFIG_INTEGRITY_MACHINE_KEYRING) !! 13 platform_certs/efi_parser.o \ 14 integrity-$(CONFIG_LOAD_UEFI_KEYS) += platform !! 14 platform_certs/load_uefi.o 15 platform !! 15 obj-$(CONFIG_LOAD_UEFI_KEYS) += platform_certs/load_uefi.o 16 platform !! 16 $(obj)/load_uefi.o: KBUILD_CFLAGS += -fshort-wchar 17 integrity-$(CONFIG_LOAD_IPL_KEYS) += platform_ !! 17 18 integrity-$(CONFIG_LOAD_PPC_KEYS) += platform_ !! 18 subdir-$(CONFIG_IMA) += ima 19 platform_ << 20 platform_ << 21 # The relative order of the 'ima' and 'evm' LS << 22 obj-$(CONFIG_IMA) += ima 19 obj-$(CONFIG_IMA) += ima/ >> 20 subdir-$(CONFIG_EVM) += evm 23 obj-$(CONFIG_EVM) += evm 21 obj-$(CONFIG_EVM) += evm/
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.