diff options
author | Keith Hui <buurin@gmail.com> | 2010-03-05 16:18:38 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-03-05 16:18:38 +0000 |
commit | e1ec158c0a96c2bd51afa73e1bb74d64701264b0 (patch) | |
tree | cc21ff42d716187eb9cdfb89a0a6d255b20d9ab5 /src/cpu/intel/Makefile.inc | |
parent | ae22bcd6d99174994b5ac5e3369e0154bb9678c3 (diff) |
Add proper Slot 1 CPU support code/infrastructure.
Signed-off-by: Keith Hui <buurin@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5187 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/Makefile.inc')
-rw-r--r-- | src/cpu/intel/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/Makefile.inc b/src/cpu/intel/Makefile.inc index f5de4b8090..c94b56ff31 100644 --- a/src/cpu/intel/Makefile.inc +++ b/src/cpu/intel/Makefile.inc @@ -13,6 +13,7 @@ subdirs-$(CONFIG_CPU_INTEL_SOCKET_MPGA603) += socket_mPGA603 subdirs-$(CONFIG_CPU_INTEL_SOCKET_MPGA604) += socket_mPGA604 subdirs-$(CONFIG_CPU_INTEL_SOCKET_PGA370) += socket_PGA370 subdirs-$(CONFIG_CPU_INTEL_SLOT_2) += slot_2 +subdirs-$(CONFIG_CPU_INTEL_SLOT_1) += slot_1 #socket_mPGA604_533Mhz #socket_mPGA604_800Mhz |