diff options
author | Peter Stuge <peter@stuge.se> | 2009-10-17 02:51:26 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2009-10-17 02:51:26 +0000 |
commit | f078be2cb132da65540aa1a3d98649203d7ea139 (patch) | |
tree | 5dd251595ee5eee593fac8f4b8cf2ebd997a59b4 /src/cpu/intel/socket_mPGA478 | |
parent | b1924301cac75adc9f63d75e03d6d165d418ddc8 (diff) |
Remove some more instances of including previous empty x86/fpu/Makefile.inc
Thanks to Jakob and Uwe for spotting the mistake!
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4800 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/socket_mPGA478')
-rw-r--r-- | src/cpu/intel/socket_mPGA478/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/intel/socket_mPGA478/Makefile.inc b/src/cpu/intel/socket_mPGA478/Makefile.inc index 78da97243b..ad7cb04edc 100644 --- a/src/cpu/intel/socket_mPGA478/Makefile.inc +++ b/src/cpu/intel/socket_mPGA478/Makefile.inc @@ -3,7 +3,6 @@ subdirs-y += ../model_69x subdirs-y += ../model_6dx subdirs-y += ../../x86/tsc subdirs-y += ../../x86/mtrr -subdirs-y += ../../x86/fpu subdirs-y += ../../x86/lapic subdirs-y += ../../x86/cache subdirs-y += ../../x86/smm |