aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/spi/tpm/Makefile.mk
blob: e7a5d6369c6050dcb351abc3d322dd433d2dcd57 (plain)
1
2
3
4
5
## SPDX-License-Identifier: GPL-2.0-only

ifeq ($(CONFIG_TPM)$(CONFIG_SPI_TPM),yy)
all-y += tis.c tpm.c
endif