tools/cfgdefine.c: Remove some string config variable from the dequote list
since source code use these config as string constant not as variable name Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: Iaee3d32b100beb8b77d68711728a1e874b45ae3a
This commit is contained in:
parent
e899bc92d2
commit
89ff9eb046
|
@ -87,11 +87,8 @@ static const char *dequote_list[] =
|
|||
|
||||
/* apps/ definitions */
|
||||
|
||||
"CONFIG_EXAMPLES_HELLO_PROGNAME", /* Name of installed hello example program */
|
||||
"CONFIG_SYSTEM_NSH_PROGNAME", /* Name of installed NSH example program */
|
||||
"CONFIG_SYSTEM_NSH_SYMTAB_ARRAYNAME", /* Symbol table array name */
|
||||
"CONFIG_SYSTEM_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