summaryrefslogtreecommitdiff
path: root/apps/examples/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/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/Makefile')
-rw-r--r--apps/examples/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index a10fef5dc..7827bf9a3 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -59,13 +59,10 @@ CNTXTDIRS = pwm
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
CNTXTDIRS += adc can cdcacm composite cxxtest dhcpd discover flash_test ftpd
-CNTXTDIRS += hello json keypadtestmodbus mtdpart nettest nxlines relays
+CNTXTDIRS += hello helloxx json keypadtestmodbus mtdpart nettest nxlines relays
CNTXTDIRS += qencoder smart_test telnetd watchdog wgetjson
endif
-ifeq ($(CONFIG_EXAMPLES_HELLOXX_BUILTIN),y)
-CNTXTDIRS += helloxx
-endif
ifeq ($(CONFIG_EXAMPLES_LCDRW_BUILTIN),y)
CNTXTDIRS += lcdrw
endif