From 4c0502234f156d9d21bd7c6d20d1002908ef65ed Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 22 Apr 2014 08:41:15 -0600 Subject: examples/serialrx added by Bob Doison --- apps/examples/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'apps/examples/Makefile') 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 -- cgit v1.2.3