aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/spi/tpm/Makefile.inc
blob: cc7d7156097c6e7a45e865407022ce04ee840f63 (plain)
1
2
3
4
5
6
7
8
9
verstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
romstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
ramstage-$(CONFIG_SPI_TPM) += tis.c tpm.c

ifneq ($(CONFIG_CHROMEOS),y)
bootblock-$(CONFIG_SPI_TPM) += tis.c tpm.c
romstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
ramstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
endif