aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/Makefile.inc
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-08-24 16:51:27 +0000
committerMyles Watson <mylesgw@gmail.com>2009-08-24 16:51:27 +0000
commitfa9f12ef7579aa09f64997c419c21108d5dfe385 (patch)
tree3ce609715f4b6654d49162a1e10bf4535ef06093 /src/cpu/amd/Makefile.inc
parent0696bca90a07e9814ba61443f6dd5dc3265fa9df (diff)
Add support for AM2 CPUs (I fixed the 0x11 issue).
Signed-off by: Cristi Magherusan <cristi.magherusan@net.utcluj.ro> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4565 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 c63bc2bb86..578de4f732 100644
--- a/src/cpu/amd/Makefile.inc
+++ b/src/cpu/amd/Makefile.inc
@@ -1 +1,2 @@
subdirs-$(CONFIG_CPU_AMD_SOCKET_F) += socket_F
+subdirs-$(CONFIG_CPU_AMD_SOCKET_AM2) += socket_AM2