summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 21:38:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 21:38:00 +0000
commita0d71b94386f014bdeff6be77b7444438f867bbd (patch)
tree94033485c376aac499b6c746113cf013cee5ca19 /apps/examples/Makefile
parent357d086cf3b85cded5221dab092c917a3fa3c285 (diff)
downloadpx4-nuttx-a0d71b94386f014bdeff6be77b7444438f867bbd.tar.gz
px4-nuttx-a0d71b94386f014bdeff6be77b7444438f867bbd.tar.bz2
px4-nuttx-a0d71b94386f014bdeff6be77b7444438f867bbd.zip
convert configs/sim/nsh to use kconfig-frontends
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5526 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index a11dbf240..939748075 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -57,13 +57,11 @@ SUBDIRS += usbserial sendmail usbstorage usbterm watchdog wget wgetjson
CNTXTDIRS = pwm
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
-CNTXTDIRS += adc can cdcacm composite cxxtest dhcpd discover ftpd json keypadtest
-CNTXTDIRS += modbus nettest nxlines relays qencoder telnetd watchdog wgetjson
+CNTXTDIRS += adc can cdcacm composite cxxtest dhcpd discover ftpd hello json
+CNTXTDIRS += keypadtestmodbus nettest nxlines relays qencoder telnetd watchdog
+CNTXTDIRS += wgetjson
endif
-ifeq ($(CONFIG_EXAMPLES_HELLO_BUILTIN),y)
-CNTXTDIRS += hello
-endif
ifeq ($(CONFIG_EXAMPLES_HELLOXX_BUILTIN),y)
CNTXTDIRS += helloxx
endif