summaryrefslogtreecommitdiff
path: root/apps/examples/json
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 13:30:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 13:30:44 -0600
commit758b4f7053e8ed4d614fdd7eb8ea5d23c74304d3 (patch)
tree7608e1fb8503cc63be5572cd772afdca4a567881 /apps/examples/json
parent1b6ab008c156bdb619306c20852c838ccebc5bec (diff)
downloadnuttx-758b4f7053e8ed4d614fdd7eb8ea5d23c74304d3.tar.gz
nuttx-758b4f7053e8ed4d614fdd7eb8ea5d23c74304d3.tar.bz2
nuttx-758b4f7053e8ed4d614fdd7eb8ea5d23c74304d3.zip
Customize the program name in the generic setup that was added to each makefile that installs a program
Diffstat (limited to 'apps/examples/json')
-rw-r--r--apps/examples/json/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/json/Makefile b/apps/examples/json/Makefile
index 26eec111f..0c806ee77 100644
--- a/apps/examples/json/Makefile
+++ b/apps/examples/json/Makefile
@@ -68,7 +68,7 @@ else
INSTALL_DIR = $(BIN_DIR)
endif
-CONFIG_XYZ_PROGNAME ?= xyz$(EXEEXT)
+CONFIG_XYZ_PROGNAME ?= json$(EXEEXT)
PROGNAME = $(CONFIG_XYZ_PROGNAME)
ROOTDEPPATH = --dep-path .