aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/spi/tpm/Makefile.inc
blob: 7d1b390f08cf9fa0f0bb2bb1d0fb0dae039a36fc (plain)
1
2
3
4
5
6
7
verstage-$(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