Revert "Build system: Hook tools/initconfig into top-level Makefiles."

This reverts commit 430060e92e.

That commit has some unexpected side-effects
This commit is contained in:
Gregory Nutt
2017-06-02 16:14:13 -06:00
parent 2c903d5c7a
commit c584d27c3c
3 changed files with 15 additions and 29 deletions
-5
View File
@@ -841,10 +841,5 @@ int main(int argc, char **argv)
*/
create_config();
/* TODO: Copy a Make.defs file from a configuration for the selected
* board that supports the selected MCU.
*/
return 0;
}