Rename build system variables to be more intuitive, and
[coreboot.git] / src / cpu / x86 / lapic / Makefile.inc
index bed314024c4e61cd4452aeb879a1bf516e94a746..af20956a9a9f50846fa79ce5ef168e1356dd3e64 100644 (file)
@@ -1,4 +1,4 @@
-obj-y += lapic.o
-obj-y += lapic_cpu_init.o
-obj-y += secondary.o
-obj-$(CONFIG_UDELAY_LAPIC) += apic_timer.o
+ramstage-y += lapic.c
+ramstage-y += lapic_cpu_init.c
+ramstage-y += secondary.S
+ramstage-$(CONFIG_UDELAY_LAPIC) += apic_timer.c