summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 11:17:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 11:17:05 -0600
commitf146a8370a95b488297c44a561badc474f158c00 (patch)
treea1146b32ebb443de464ab4a1854076482b242465 /nuttx/tools
parenta4d7e282806939ce47853db9de0e80471b0e256f (diff)
downloadpx4-nuttx-f146a8370a95b488297c44a561badc474f158c00.tar.gz
px4-nuttx-f146a8370a95b488297c44a561badc474f158c00.tar.bz2
px4-nuttx-f146a8370a95b488297c44a561badc474f158c00.zip
Several fixes for errors introduced by last check-ins
Diffstat (limited to 'nuttx/tools')
-rw-r--r--nuttx/tools/cfgdefine.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/tools/cfgdefine.c b/nuttx/tools/cfgdefine.c
index 7e0a82f37..c7be3e7bb 100644
--- a/nuttx/tools/cfgdefine.c
+++ b/nuttx/tools/cfgdefine.c
@@ -86,6 +86,11 @@ static const char *dequote_list[] =
"CONFIG_NXWM_CALIBRATION_ICON", /* Name of bitmap image class */
"CONFIG_NXWM_HEXCALCULATOR_ICON", /* Name of bitmap image class */
+ /* apps/ definitions */
+
+ "CONFIG_EXAMPLES_HELLO_PROGNAME", /* Name of installed hello example program */
+ "CONFIG_EXAMPLES_NSH_PROGNAME", /* Name of installed NSH example program */
+
NULL /* Marks the end of the list */
};