From 5934b507d5dcac9063ce180e0fa46be4cc01d69c Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 12 Apr 2010 15:28:34 +0000 Subject: Move the CPU specific includes from src/arch/i386/Makefile.inc to the respective CPU directories. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5411 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/amd/socket_754/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cpu/amd/socket_754') 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 -- cgit v1.2.3