Intel cpus: Include CAR from socket

It was not obvious which CAR was compiled in. Also build would fail
if a socket included two models with both having an include for CAR.

Change-Id: I000c2e24807c3d99347a43d120333c13fbf91af4
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/626
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
Kyösti Mälkki 2012-02-13 13:38:27 +02:00 committed by Patrick Georgi
parent dd3b227fb9
commit 7a39446ec2
3 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,3 @@
driver-y += model_6ex_init.c
subdirs-y += ../../x86/name
cpu_incs += $(src)/cpu/intel/model_6ex/cache_as_ram.inc

View File

@ -9,3 +9,4 @@ subdirs-y += ../../x86/smm
subdirs-y += ../microcode
subdirs-y += ../hyperthreading
cpu_incs += $(src)/cpu/intel/model_6ex/cache_as_ram.inc

View File

@ -12,3 +12,4 @@ subdirs-y += ../microcode
subdirs-y += ../hyperthreading
subdirs-y += ../speedstep
cpu_incs += $(src)/cpu/intel/model_6ex/cache_as_ram.inc