diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-08-25 12:25:36 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-08-25 12:25:36 +0000 |
commit | b7fec825febefd3c7dd2e82539da45f1ec9415e7 (patch) | |
tree | 80ad88ec5c82fca7b6cefa380b41a5423ddfb4f3 /src/cpu/intel/Makefile.inc | |
parent | f9d4c2bad899802ecbac922ae180825bf8112a71 (diff) | |
download | coreboot-b7fec825febefd3c7dd2e82539da45f1ec9415e7.tar.xz |
Add kconfig support for ASUS P2B-F.
Only build-tested so far, not tested on hardware.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4572 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 3a5f3a03ce..3437eecfbc 100644 --- a/src/cpu/intel/Makefile.inc +++ b/src/cpu/intel/Makefile.inc @@ -5,6 +5,7 @@ subdirs-$(CONFIG_CPU_INTEL_SOCKET_MFCPGA478) += socket_mFCPGA478 subdirs-$(CONFIG_CPU_INTEL_SOCKET_PGA370) += socket_PGA370 +subdirs-$(CONFIG_CPU_INTEL_SLOT_2) += slot_2 #socket_mPGA478 #socket_mPGA479M |