summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 11:25:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 11:25:29 -0600
commit90404eaed5070b512325a3215933447d0620ce9a (patch)
treef36f9f3b7972c7f3af6f9007f25fc768f6fe5ded /apps/examples
parentf146a8370a95b488297c44a561badc474f158c00 (diff)
downloadnuttx-90404eaed5070b512325a3215933447d0620ce9a.tar.gz
nuttx-90404eaed5070b512325a3215933447d0620ce9a.tar.bz2
nuttx-90404eaed5070b512325a3215933447d0620ce9a.zip
Fix program name configuration variable used in the Makefile
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/nsh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/nsh/Makefile b/apps/examples/nsh/Makefile
index f16a40549..40b8c8561 100644
--- a/apps/examples/nsh/Makefile
+++ b/apps/examples/nsh/Makefile
@@ -58,8 +58,8 @@ else
endif
endif
-CONFIG_NSH_PROGNAME ?= nsh$(EXEEXT)
-PROGNAME = $(CONFIG_NSH_PROGNAME)
+CONFIG_EXAMPLES_NSH_PROGNAME ?= nsh$(EXEEXT)
+PROGNAME = $(CONFIG_EXAMPLES_NSH_PROGNAME)
ROOTDEPPATH = --dep-path .