Move the CPU specific includes from
src/arch/i386/Makefile.inc to the respective CPU directories. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5411 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
09f6718dda
commit
5934b507d5
17 changed files with 35 additions and 78 deletions
|
|
@ -8,3 +8,5 @@ subdirs-y += ../../x86/smm
|
|||
subdirs-y += ../microcode
|
||||
subdirs-y += ../hyperthreading
|
||||
|
||||
# Use Intel Core (not Core 2) code for CAR init, any CPU might be used.
|
||||
cpu_incs += $(src)/cpu/intel/model_6ex/cache_as_ram.inc
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
driver-y += model_106cx_init.o
|
||||
|
||||
cpu_incs += $(src)/cpu/intel/model_106cx/cache_as_ram.inc
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
driver-y += model_6ex_init.o
|
||||
|
||||
cpu_incs += $(src)/cpu/intel/model_6ex/cache_as_ram.inc
|
||||
|
|
|
|||
|
|
@ -6,3 +6,5 @@ subdirs-y += ../../x86/lapic
|
|||
subdirs-y += ../../x86/cache
|
||||
subdirs-y += ../../x86/smm
|
||||
subdirs-y += ../microcode
|
||||
|
||||
cpu_incs += $(src)/cpu/x86/car/cache_as_ram.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue