xref: /linux/security/keys/trusted-keys/Makefile (revision 37b9c7bbe1ee1937a317f7fafacd1d116202b2d8)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for trusted keys
4#
5
6obj-$(CONFIG_TRUSTED_KEYS) += trusted.o
7trusted-y += trusted_tpm1.o
8trusted-y += trusted_tpm2.o
9