xref: /linux/security/keys/trusted-keys/Makefile (revision 0a95ebc91305a5f2400e9080911e8d240b6b05ca)
147f9c279SSumit Garg# SPDX-License-Identifier: GPL-2.0
247f9c279SSumit Garg#
347f9c279SSumit Garg# Makefile for trusted keys
447f9c279SSumit Garg#
547f9c279SSumit Garg
647f9c279SSumit Gargobj-$(CONFIG_TRUSTED_KEYS) += trusted.o
75d0682beSSumit Gargtrusted-y += trusted_core.o
847f9c279SSumit Gargtrusted-y += trusted_tpm1.o
9f2219745SJames Bottomley
10f2219745SJames Bottomley$(obj)/trusted_tpm2.o: $(obj)/tpm2key.asn1.h
112e19e101SSumit Gargtrusted-y += trusted_tpm2.o
12f2219745SJames Bottomleytrusted-y += tpm2key.asn1.o
13*0a95ebc9SSumit Garg
14*0a95ebc9SSumit Gargtrusted-$(CONFIG_TEE) += trusted_tee.o
15