Rename build system variables to be more intuitive, and
[coreboot.git] / src / cpu / amd / model_fxx / Makefile.inc
index c184df967495df65581dd8e151f05cde206907a0..948e2358892bb697e626365887adab5f9a84aa22 100644 (file)
@@ -1,19 +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
-subdirs-y += ../dualcore
-subdirs-y += ../mtrr
-subdirs-y += ../microcode
-subdirs-y += ../../x86/tsc
-subdirs-y += ../../x86/mtrr
-subdirs-y += ../../x86/fpu
-subdirs-y += ../../x86/mmx
-subdirs-y += ../../x86/sse
-subdirs-y += ../../x86/lapic
-subdirs-y += ../../x86/cache
-subdirs-y += ../../x86/mtrr
-subdirs-y += ../../x86/pae
-subdirs-y += ../../x86/smm
+# no conditionals here. If you include this file from a socket, then you get all the binaries.
+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