Add an option to keep the ROM cached after romstage
[coreboot.git] / src / cpu / x86 / lapic / Makefile.inc
index 128deb28341d7cfbf1713523660ee90e060d0c3b..f3fcadc0a7a6845c0e6711d33734b28f4d7c9cc2 100644 (file)
@@ -1,4 +1,5 @@
-obj-y += lapic.o
-obj-y += lapic_cpu_init.o
-obj-y += secondary.o
-
+ramstage-y += lapic.c
+ramstage-y += lapic_cpu_init.c
+ramstage-y += secondary.S
+ramstage-$(CONFIG_UDELAY_LAPIC) += apic_timer.c
+ramstage-y += boot_cpu.c