aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pc80/tpm/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/pc80/tpm/Makefile.inc')
-rw-r--r--src/drivers/pc80/tpm/Makefile.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/drivers/pc80/tpm/Makefile.inc b/src/drivers/pc80/tpm/Makefile.inc
index 9d428b5e22..8747374407 100644
--- a/src/drivers/pc80/tpm/Makefile.inc
+++ b/src/drivers/pc80/tpm/Makefile.inc
@@ -1,8 +1,3 @@
-ifeq ($(CONFIG_ARCH_X86),y)
-
verstage-$(CONFIG_LPC_TPM) += tis.c
romstage-$(CONFIG_LPC_TPM) += tis.c
ramstage-$(CONFIG_LPC_TPM) += tis.c
-romstage-$(CONFIG_LPC_TPM) += romstage.c
-
-endif