Rename build system variables to be more intuitive, and
[coreboot.git] / src / cpu / amd / model_10xxx / Makefile.inc
index db3debce2e2ee071cba13c266177bacd3e917208..5b0a89de49fa6c49b1124383ff12d1f86fe0085a 100644 (file)
@@ -1,5 +1,5 @@
 # no conditionals here. If you include this file from a socket, then you get all the binaries.
-driver-y += model_10xxx_init.o
-obj-y += update_microcode.o
-obj-y += apic_timer.o
-obj-y += processor_name.o
+driver-y += model_10xxx_init.c
+ramstage-y += update_microcode.c
+ramstage-y += apic_timer.c
+ramstage-y += processor_name.c