aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pc80/rtc/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/pc80/rtc/Makefile.inc')
-rw-r--r--src/drivers/pc80/rtc/Makefile.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/pc80/rtc/Makefile.inc b/src/drivers/pc80/rtc/Makefile.inc
index 5edb59bb1a..5d7aef1c1f 100644
--- a/src/drivers/pc80/rtc/Makefile.inc
+++ b/src/drivers/pc80/rtc/Makefile.inc
@@ -1,9 +1,6 @@
ifeq ($(CONFIG_ARCH_X86),y)
-romstage-$(CONFIG_DRIVERS_MC146818) += mc146818rtc_early.c
romstage-$(CONFIG_DRIVERS_MC146818) += mc146818rtc.c
-
-ramstage-$(CONFIG_DRIVERS_MC146818) += mc146818rtc_early.c
ramstage-$(CONFIG_DRIVERS_MC146818) += mc146818rtc.c
ifeq ($(CONFIG_USE_OPTION_TABLE),y)