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

This commit is contained in:
Gregory Nutt
2017-06-02 13:06:09 -06:00
parent efbd035b56
commit 430060e92e
3 changed files with 31 additions and 10 deletions
+5
View File
@@ -841,5 +841,10 @@ 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;
}