[rminnich@amd64 coreboot-v2]$ ls src/cpu/x86/mmx/ Config.lb disable_mmx.inc enable_mmx.inc Makefile.inc [rminnich@amd64 coreboot-v2]$ ls src/cpu/x86/sse Config.lb disable_sse.inc enable_sse.inc Makefile.inc [rminnich@amd64 coreboot-v2]$
great to get rid of the unnecessary Config.lb/Makefile.inc files. But we'll still have two directories to hold 3 files!
And the name is mmx/disable_mmx.c? We repeat mmx twice. Could we just remove the directories and put the files in src/cpu/x86/?
In fact why not just remove all the subdirs? I just looked and there are many dirs with one source file, or two. And the files in many cases have the directory name in them anyway ... These many directories are confusing and overkill, really.
ron