1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for caching inode integrity data (i 2 # Makefile for caching inode integrity data (iint) 4 # 3 # 5 4 6 obj-$(CONFIG_INTEGRITY) += integrity.o 5 obj-$(CONFIG_INTEGRITY) += integrity.o 7 6 8 integrity-y := iint.o 7 integrity-y := iint.o 9 integrity-$(CONFIG_INTEGRITY_AUDIT) += integri 8 integrity-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o 10 integrity-$(CONFIG_INTEGRITY_SIGNATURE) += dig 9 integrity-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o 11 integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) 10 integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o 12 integrity-$(CONFIG_INTEGRITY_PLATFORM_KEYRING) !! 11 13 integrity-$(CONFIG_INTEGRITY_MACHINE_KEYRING) !! 12 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 13 obj-$(CONFIG_IMA) += ima/ >> 14 subdir-$(CONFIG_EVM) += evm 23 obj-$(CONFIG_EVM) += evm 15 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.