Change all occurrences of CONFIG_EXAMPLES_NSH* to CONFIG_SYSTEM_NSH* to match changes in the apps/ directory.

This commit is contained in:
Gregory Nutt
2018-08-18 09:14:59 -06:00
parent 0e5b02552a
commit bbad69ab61
311 changed files with 440 additions and 437 deletions
+3 -3
View File
@@ -86,9 +86,9 @@ static const char *dequote_list[] =
/* apps/ definitions */
"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_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 */
};