diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-08-25 16:18:11 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-08-25 16:18:11 +0000 |
commit | 2389cfe8a76600c3c75ffbba964fcd7c67f148c8 (patch) | |
tree | b511f0376bef192b70f52d2aa0f2430e79954185 | |
parent | 5cc74faeabee9d3841dd736300414ee9f8d91998 (diff) | |
download | coreboot-2389cfe8a76600c3c75ffbba964fcd7c67f148c8.tar.xz |
Add microcode to socket_940 and socket_F. Part of the last reverting commit.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4579 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/cpu/amd/socket_940/Makefile.inc | 1 | ||||
-rw-r--r-- | src/cpu/amd/socket_F/Makefile.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/amd/socket_940/Makefile.inc b/src/cpu/amd/socket_940/Makefile.inc index b2796e49f1..fc5ac7fcbf 100644 --- a/src/cpu/amd/socket_940/Makefile.inc +++ b/src/cpu/amd/socket_940/Makefile.inc @@ -2,6 +2,7 @@ obj-y += socket_940.o subdirs-y += ../model_fxx subdirs-y += ../dualcore subdirs-y += ../mtrr +subdirs-y += ../microcode subdirs-y += ../../x86/tsc subdirs-y += ../../x86/mtrr subdirs-y += ../../x86/fpu diff --git a/src/cpu/amd/socket_F/Makefile.inc b/src/cpu/amd/socket_F/Makefile.inc index a3be24c151..5baac8a0dc 100644 --- a/src/cpu/amd/socket_F/Makefile.inc +++ b/src/cpu/amd/socket_F/Makefile.inc @@ -2,6 +2,7 @@ obj-y += socket_F.o subdirs-y += ../model_fxx subdirs-y += ../dualcore subdirs-y += ../mtrr +subdirs-y += ../microcode subdirs-y += ../../x86/tsc subdirs-y += ../../x86/mtrr subdirs-y += ../../x86/fpu |