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 13 integrity-$(CONFIG_INTEGRITY_MACHINE_KEYRING) !! 13 subdir-$(CONFIG_IMA) += ima 14 integrity-$(CONFIG_LOAD_UEFI_KEYS) += platform << 15 platform << 16 platform << 17 integrity-$(CONFIG_LOAD_IPL_KEYS) += platform_ << 18 integrity-$(CONFIG_LOAD_PPC_KEYS) += platform_ << 19 platform_ << 20 platform_ << 21 # The relative order of the 'ima' and 'evm' LS << 22 obj-$(CONFIG_IMA) += ima 14 obj-$(CONFIG_IMA) += ima/ >> 15 subdir-$(CONFIG_EVM) += evm 23 obj-$(CONFIG_EVM) += evm 16 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.