Kconfig: generate xxx_ENABLED defines automatically.

This commit is contained in:
Serge Vakulenko
2015-09-08 14:25:59 -07:00
parent 717ab59efd
commit c631ae5d43
43 changed files with 110 additions and 423 deletions

View File

@@ -87,7 +87,6 @@ usage: fputs("usage: kconfig [-gp] sysname\n", stderr);
exit(1);
}
makefile(); /* build Makefile */
headers(); /* make a lot of .h files */
swapconf(); /* swap config files */
exit(0);
}