1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # 2 # 3 # Makefile for trusted keys 3 # Makefile for trusted keys 4 # 4 # 5 5 6 obj-$(CONFIG_TRUSTED_KEYS) += trusted.o 6 obj-$(CONFIG_TRUSTED_KEYS) += trusted.o 7 trusted-y += trusted_core.o !! 7 trusted-y += trusted_tpm1.o 8 trusted-$(CONFIG_TRUSTED_KEYS_TPM) += trusted_ !! 8 trusted-y += trusted_tpm2.o 9 << 10 $(obj)/trusted_tpm2.o: $(obj)/tpm2key.asn1.h << 11 trusted-$(CONFIG_TRUSTED_KEYS_TPM) += trusted_ << 12 trusted-$(CONFIG_TRUSTED_KEYS_TPM) += tpm2key. << 13 << 14 trusted-$(CONFIG_TRUSTED_KEYS_TEE) += trusted_ << 15 << 16 trusted-$(CONFIG_TRUSTED_KEYS_CAAM) += trusted << 17 << 18 trusted-$(CONFIG_TRUSTED_KEYS_DCP) += trusted_ <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.