1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for trusted keys
6 obj-
$(CONFIG_TRUSTED_KEYS
) += trusted.o
7 trusted-y
+= trusted_core.o
8 trusted-
$(CONFIG_TRUSTED_KEYS_TPM
) += trusted_tpm1.o
10 $(obj
)/trusted_tpm2.o
: $(obj
)/tpm2key.asn1.h
11 trusted-
$(CONFIG_TRUSTED_KEYS_TPM
) += trusted_tpm2.o
12 trusted-
$(CONFIG_TRUSTED_KEYS_TPM
) += tpm2key.asn1.o
14 trusted-
$(CONFIG_TRUSTED_KEYS_TEE
) += trusted_tee.o
16 trusted-
$(CONFIG_TRUSTED_KEYS_CAAM
) += trusted_caam.o
18 trusted-
$(CONFIG_TRUSTED_KEYS_DCP
) += trusted_dcp.o