Fix include paths in the kernel sources.

Max32 kernel successfully compiled with kconfig utility.
This commit is contained in:
Serge Vakulenko
2015-08-31 00:21:41 -07:00
parent d80a636a62
commit 585773955b
88 changed files with 1098 additions and 787 deletions

View File

@@ -92,7 +92,6 @@ usage: fputs("usage: kconfig [-gp] sysname\n", stderr);
makefile(); /* build Makefile */
headers(); /* make a lot of .h files */
swapconf(); /* swap config files */
printf("Don't forget to run \"make depend\"\n");
exit(0);
}