toosl/cfgdefine.c: Add more configuration variable names that need to be de-quoted.
This commit is contained in:
parent
49d6f44d96
commit
b0178e9519
@ -86,6 +86,8 @@ static const char *dequote_list[] =
|
||||
|
||||
"CONFIG_EXAMPLES_HELLO_PROGNAME", /* Name of installed hello example program */
|
||||
"CONFIG_EXAMPLES_NSH_PROGNAME", /* Name of installed NSH example program */
|
||||
"CONFIG_EXAMPLES_NSH_SYMTAB_ARRAYNAME", /* Symbol table array name */
|
||||
"CONFIG_EXAMPLES_NSH_SYMTAB_COUNTNAME", /* Name of the variable holding the number of symbols */
|
||||
"CONFIG_THTTPD_INDEX_NAMES", /* List of index file names */
|
||||
NULL /* Marks the end of the list */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user