Rename build system variables to be more intuitive, and
[coreboot.git] / src / cpu / amd / model_fxx / Makefile.inc
index d7490e8fa9d26c472c34078c62c5618d0bb776bb..948e2358892bb697e626365887adab5f9a84aa22 100644 (file)
@@ -1,6 +1,6 @@
 # no conditionals here. If you include this file from a socket, then you get all the binaries.
-driver-y += model_fxx_init.o
-obj-y += apic_timer.o
-obj-y += model_fxx_update_microcode.o
-obj-y += processor_name.o
-obj-y += powernow_acpi.o
+driver-y += model_fxx_init.c
+ramstage-y += apic_timer.c
+ramstage-y += model_fxx_update_microcode.c
+ramstage-y += processor_name.c
+ramstage-y += powernow_acpi.c