Create generic kconfig script for pic32 platform.

This commit is contained in:
Serge Vakulenko
2015-08-30 21:10:19 -07:00
parent 0aaf6c25f6
commit d80a636a62
10 changed files with 586 additions and 343 deletions

View File

@@ -400,7 +400,7 @@ void do_rules(f)
fprintf(f, "%so: $S/%s%c\n", tail(np), np, och);
special = ftp->f_special;
if (special == 0) {
char *ftype;
char *ftype = "???";
static char cmd[128];
switch (ftp->f_type) {