lib/smbios: Improve Type9
[coreboot2.git] / src / drivers / spi / tpm / Makefile.mk
blobe7a5d6369c6050dcb351abc3d322dd433d2dcd57
1 ## SPDX-License-Identifier: GPL-2.0-only
3 ifeq ($(CONFIG_TPM)$(CONFIG_SPI_TPM),yy)
4 all-y += tis.c tpm.c
5 endif