diff options
author | Peter Stuge <peter@stuge.se> | 2009-10-16 18:27:13 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2009-10-16 18:27:13 +0000 |
commit | 2c54f90280dda5ba61ba7dad5b2dc3948df6b0b4 (patch) | |
tree | 3a6ca0c68b28da0a4d244874bd3faeee265419e0 /src/cpu/intel/ep80579/Makefile.inc | |
parent | 777e069c5a709b6504736a3cbed8f5363f1e9049 (diff) |
Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove references
Files in those directories are still used, but always with explicit path.
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4792 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/ep80579/Makefile.inc')
-rw-r--r-- | src/cpu/intel/ep80579/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/intel/ep80579/Makefile.inc b/src/cpu/intel/ep80579/Makefile.inc index d1edc9455c..601015da4c 100644 --- a/src/cpu/intel/ep80579/Makefile.inc +++ b/src/cpu/intel/ep80579/Makefile.inc @@ -3,8 +3,6 @@ driver-y += ep80579_init.o subdirs-y += ../../x86/tsc subdirs-y += ../../x86/mtrr subdirs-y += ../../x86/fpu -subdirs-y += ../../x86/mmx -subdirs-y += ../../x86/sse subdirs-y += ../../x86/lapic subdirs-y += ../../x86/cache subdirs-y += ../../x86/smm |