aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_AM3/Makefile.inc
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2010-04-23 17:35:37 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-23 17:35:37 +0000
commiteedf7a646c36ee5c48a996e2c571223e2eae244b (patch)
treec6ea574e2f2bbc389482efc3550da77ee29376fb /src/cpu/amd/socket_AM3/Makefile.inc
parenteb75f652d392d2f4f257194e112f3f0db7479145 (diff)
AMD Socket ASB2 and AM3 support.
Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/socket_AM3/Makefile.inc')
-rw-r--r--src/cpu/amd/socket_AM3/Makefile.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/cpu/amd/socket_AM3/Makefile.inc b/src/cpu/amd/socket_AM3/Makefile.inc
new file mode 100644
index 0000000000..9799b7fb4d
--- /dev/null
+++ b/src/cpu/amd/socket_AM3/Makefile.inc
@@ -0,0 +1,13 @@
+obj-y += socket_AM3.o
+subdirs-y += ../model_10xxx
+subdirs-y += ../quadcore
+subdirs-y += ../mtrr
+subdirs-y += ../microcode
+subdirs-y += ../../x86/tsc
+subdirs-y += ../../x86/lapic
+subdirs-y += ../../x86/cache
+subdirs-y += ../../x86/pae
+subdirs-y += ../../x86/smm
+subdirs-y += ../../x86/mtrr
+
+cpu_incs += $(src)/cpu/amd/car/cache_as_ram.inc