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/amd/model_fxx | |
parent | 777e069c5a709b6504736a3cbed8f5363f1e9049 (diff) | |
download | coreboot-2c54f90280dda5ba61ba7dad5b2dc3948df6b0b4.tar.xz |
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/amd/model_fxx')
-rw-r--r-- | src/cpu/amd/model_fxx/Config.lb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/amd/model_fxx/Config.lb b/src/cpu/amd/model_fxx/Config.lb index 28ba85f8a9..acb2961738 100644 --- a/src/cpu/amd/model_fxx/Config.lb +++ b/src/cpu/amd/model_fxx/Config.lb @@ -7,8 +7,6 @@ default CONFIG_HAVE_MOVNTI=1 default CONFIG_CPU_ADDR_BITS=40 dir /cpu/x86/tsc dir /cpu/x86/fpu -dir /cpu/x86/mmx -dir /cpu/x86/sse dir /cpu/x86/lapic dir /cpu/x86/cache dir /cpu/x86/pae |