diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-04-12 15:28:34 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-04-12 15:28:34 +0000 |
commit | 5934b507d5dcac9063ce180e0fa46be4cc01d69c (patch) | |
tree | 960833b901ad5a39f8ccdfba956ff99a5ea9fd88 /src/cpu/amd/socket_754 | |
parent | 09f6718dda28d09312d45f841f585f6e0a4934f7 (diff) | |
download | coreboot-5934b507d5dcac9063ce180e0fa46be4cc01d69c.tar.xz |
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
Diffstat (limited to 'src/cpu/amd/socket_754')
-rw-r--r-- | src/cpu/amd/socket_754/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/amd/socket_754/Makefile.inc b/src/cpu/amd/socket_754/Makefile.inc index 5cc64c7a6a..917c73e94d 100644 --- a/src/cpu/amd/socket_754/Makefile.inc +++ b/src/cpu/amd/socket_754/Makefile.inc @@ -8,3 +8,5 @@ subdirs-y += ../../x86/lapic subdirs-y += ../../x86/cache subdirs-y += ../../x86/mtrr subdirs-y += ../../x86/pae + +cpu_incs += $(src)/cpu/amd/car/cache_as_ram.inc |