diff options
-rw-r--r-- | src/drivers/spi/tpm/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/spi/tpm/Makefile.inc b/src/drivers/spi/tpm/Makefile.inc index 7d1b390f08..cc7d715609 100644 --- a/src/drivers/spi/tpm/Makefile.inc +++ b/src/drivers/spi/tpm/Makefile.inc @@ -1,4 +1,6 @@ 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 |