X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Fpc80%2FMakefile.inc;fp=src%2Fpc80%2FMakefile.inc;h=8ca21bf5e5817ba31c44903eea88825d41e14066;hp=cd6ea33483508d4984b0e94eee6c4f3a1e1979fc;hb=ec207630a50a61c98816b2a65183a064b230eda6;hpb=15511835b9e60d08ac5eb3c4ff326cec8c43ed6d diff --git a/src/pc80/Makefile.inc b/src/pc80/Makefile.inc index cd6ea3348..8ca21bf5e 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