diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pc80/Makefile.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pc80/Makefile.inc b/src/pc80/Makefile.inc index b82ea41336..0bc57b2ced 100644 --- a/src/pc80/Makefile.inc +++ b/src/pc80/Makefile.inc @@ -7,9 +7,6 @@ ramstage-y += keyboard.c romstage-$(CONFIG_USE_OPTION_TABLE) += mc146818rtc_early.c subdirs-y += vga -$(obj)/pc80/mc146818rtc.ramstage.o : $(OPTION_TABLE_H) -$(obj)/pc80/mc146818rtc_early.romstage.o : $(OPTION_TABLE_H) - cbfs-files-$(CONFIG_HAVE_CMOS_DEFAULT) += cmos.default cmos.default-file = $(CONFIG_CMOS_DEFAULT_FILE) cmos.default-type = 0xaa |