diff options
Diffstat (limited to 'src/pc80/Makefile.inc')
-rw-r--r-- | src/pc80/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pc80/Makefile.inc b/src/pc80/Makefile.inc index cd6ea33483..8ca21bf5e5 100644 --- a/src/pc80/Makefile.inc +++ b/src/pc80/Makefile.inc @@ -4,7 +4,7 @@ ramstage-y += i8254.c ramstage-y += i8259.c ramstage-$(CONFIG_UDELAY_IO) += udelay_io.c ramstage-y += keyboard.c -ramstage-$(CONFIG_TPM) += tpm.c +romstage-$(CONFIG_TPM) += tpm.c romstage-$(CONFIG_USE_OPTION_TABLE) += mc146818rtc_early.c subdirs-y += vga |