Brooklyn/security/keys/trusted-keys/Makefile

15 lines
306 B
Makefile
Raw Normal View History

2021-05-26 19:09:36 +00:00
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for trusted keys
#
obj-$(CONFIG_TRUSTED_KEYS) += trusted.o
2021-10-02 16:09:28 +00:00
trusted-y += trusted_core.o
2021-05-26 19:09:36 +00:00
trusted-y += trusted_tpm1.o
2021-10-02 16:09:28 +00:00
$(obj)/trusted_tpm2.o: $(obj)/tpm2key.asn1.h
2021-05-26 19:09:36 +00:00
trusted-y += trusted_tpm2.o
2021-10-02 16:09:28 +00:00
trusted-y += tpm2key.asn1.o
trusted-$(CONFIG_TEE) += trusted_tee.o