summaryrefslogtreecommitdiff
path: root/apps/examples/helloxx/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-16 09:36:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-16 09:36:55 -0600
commit8103e0321234bec9383d442068a66162e67c2598 (patch)
tree9e7265ee49152481ea4f341779ddf5742daf6365 /apps/examples/helloxx/Makefile
parent4e4fe19a8deba9dbb63294bb2ba74a452a663a9f (diff)
downloadpx4-nuttx-8103e0321234bec9383d442068a66162e67c2598.tar.gz
px4-nuttx-8103e0321234bec9383d442068a66162e67c2598.tar.bz2
px4-nuttx-8103e0321234bec9383d442068a66162e67c2598.zip
apps/examples/helloxx entry point name was mangled when built as an NSH builtin; plus some README updates
Diffstat (limited to 'apps/examples/helloxx/Makefile')
-rw-r--r--apps/examples/helloxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/helloxx/Makefile b/apps/examples/helloxx/Makefile
index 44d880658..5cbe7dd59 100644
--- a/apps/examples/helloxx/Makefile
+++ b/apps/examples/helloxx/Makefile
@@ -100,7 +100,7 @@ $(CXXOBJS): %$(OBJEXT): %.cxx
$(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
-ifeq ($(CONFIG_EXAMPLES_HELLOXX_BUILTIN),y)
+ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(DEPCONFIG) Makefile
$(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)