summaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_BGA956/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/socket_BGA956/Makefile.inc')
-rw-r--r--src/cpu/intel/socket_BGA956/Makefile.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/cpu/intel/socket_BGA956/Makefile.inc b/src/cpu/intel/socket_BGA956/Makefile.inc
index 22c1a7c9eb..f33b409c15 100644
--- a/src/cpu/intel/socket_BGA956/Makefile.inc
+++ b/src/cpu/intel/socket_BGA956/Makefile.inc
@@ -8,6 +8,11 @@ subdirs-y += ../microcode
subdirs-y += ../hyperthreading
subdirs-y += ../speedstep
-# Use Intel Core (not Core 2) code for CAR init, any CPU might be used.
+ifneq ($(CONFIG_POSTCAR_STAGE),y)
cpu_incs-y += $(src)/cpu/intel/model_6ex/cache_as_ram.inc
+else
+cpu_incs-y += $(src)/cpu/intel/car/core2/cache_as_ram.S
+postcar-y += ../car/p4-netburst/exit_car.S
+endif
+
romstage-y += ../car/romstage.c