Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[linux-2.6-microblaze.git] / security / keys / trusted-keys / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for trusted keys
4 #
5
6 obj-$(CONFIG_TRUSTED_KEYS) += trusted.o
7 trusted-y += trusted_core.o
8 trusted-y += trusted_tpm1.o
9
10 $(obj)/trusted_tpm2.o: $(obj)/tpm2key.asn1.h
11 trusted-y += trusted_tpm2.o
12 trusted-y += tpm2key.asn1.o
13
14 trusted-$(CONFIG_TEE) += trusted_tee.o