summaryrefslogtreecommitdiff
path: root/src/cpu/amd/Makefile.inc
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2011-03-28 04:29:14 +0000
committerZheng Bao <Zheng.Bao@amd.com>2011-03-28 04:29:14 +0000
commit2ca2f177245fdfa34ae7bd732052c8984e2b8b7d (patch)
treeb6852663c5c29001ed76241c73b5c7d135510a1d /src/cpu/amd/Makefile.inc
parentc3422235b14d97c16bd13113c522827d1cfda9b4 (diff)
downloadcoreboot-2ca2f177245fdfa34ae7bd732052c8984e2b8b7d.tar.xz
Add AMD C32 support.
It is based on other existing Fam10 code. Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6464 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/Makefile.inc')
-rw-r--r--src/cpu/amd/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/amd/Makefile.inc b/src/cpu/amd/Makefile.inc
index 1734da4b8e..031e921a2b 100644
--- a/src/cpu/amd/Makefile.inc
+++ b/src/cpu/amd/Makefile.inc
@@ -7,6 +7,7 @@ subdirs-$(CONFIG_CPU_AMD_SOCKET_AM2) += socket_AM2
subdirs-$(CONFIG_CPU_AMD_SOCKET_AM2R2) += socket_AM2r2
subdirs-$(CONFIG_CPU_AMD_SOCKET_AM3) += socket_AM3
subdirs-$(CONFIG_CPU_AMD_SOCKET_ASB2) += socket_ASB2
+subdirs-$(CONFIG_CPU_AMD_SOCKET_C32) += socket_C32
subdirs-$(CONFIG_CPU_AMD_GX1) += model_gx1
subdirs-$(CONFIG_CPU_AMD_GX2) += model_gx2
subdirs-$(CONFIG_CPU_AMD_LX) += model_lx