summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-22 08:41:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-22 08:41:15 -0600
commit4c0502234f156d9d21bd7c6d20d1002908ef65ed (patch)
tree6a13bc4e717c3a286263044416c29408e4a95278 /apps/examples/Makefile
parentdf35eaf6baa09ada64775e6f759b74329f0bf908 (diff)
downloadnuttx-4c0502234f156d9d21bd7c6d20d1002908ef65ed.tar.gz
nuttx-4c0502234f156d9d21bd7c6d20d1002908ef65ed.tar.bz2
nuttx-4c0502234f156d9d21bd7c6d20d1002908ef65ed.zip
examples/serialrx added by Bob Doison
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index f59667a81..83153157b 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -42,8 +42,8 @@ SUBDIRS += flash_test ftpc ftpd hello helloxx hidkbd igmp i2schar json
SUBDIRS += keypadtest lcdrw mm modbus mount mtdpart nettest nrf24l01_term
SUBDIRS += nsh null nx nxconsole nxffs nxflat nxhello nximage nxlines
SUBDIRS += nxtext ostest pashello pipe poll posix_spawn pwm qencoder random
-SUBDIRS += relays rgmp romfs sendmail serialblaster serloop slcd smart
-SUBDIRS += smart_test tcpecho telnetd thttpd tiff touchscreen udp uip
+SUBDIRS += relays rgmp romfs sendmail serialblaster serloop serialrx slcd
+SUBDIRS += smart smart_test tcpecho telnetd thttpd tiff touchscreen udp uip
SUBDIRS += usbserial usbterm watchdog wget wgetjson xmlrpc
@@ -57,8 +57,9 @@ ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
CNTXTDIRS += adc can cc3000 cpuhog cxxtest dhcpd discover flash_test ftpd
CNTXTDIRS += hello helloxx i2schar json keypadtestmodbus lcdrw mtdpart
CNTXTDIRS += nettest nx nxhello nximage nxlines nxtext nrf24l01_term
-CNTXTDIRS += ostest random relays qencoder serialblasterslcd smart_test
-CNTXTDIRS += tcpecho telnetd tiff touchscreen usbterm watchdog wgetjson
+CNTXTDIRS += ostest random relays qencoder serialblasterslcd serialrx
+CNTXTDIRS += smart_test tcpecho telnetd tiff touchscreen usbterm watchdog
+CNTXTDIRS += wgetjson
endif
all: nothing