summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-10 14:08:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-10 14:08:45 -0600
commit09adf63b2a9d364123bff73902472a974dc1b0b2 (patch)
tree4e246ca2a0ed312359613b5c002bd924562afa1f /apps/examples/Makefile
parent9336004836dc64aa433b8ec963113604b26ee784 (diff)
downloadnuttx-09adf63b2a9d364123bff73902472a974dc1b0b2.tar.gz
nuttx-09adf63b2a9d364123bff73902472a974dc1b0b2.tar.bz2
nuttx-09adf63b2a9d364123bff73902472a974dc1b0b2.zip
Add apps/examples/i2schar that will eventually use the I2C character drvier to verify I2S
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index e616a6541..8b7b56b3d 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -38,8 +38,8 @@
# Sub-directories
SUBDIRS = adc buttons can cc3000 cxxtest dhcpd discover elf flash_test
-SUBDIRS += ftpc ftpd hello helloxx hidkbd igmp json keypadtest lcdrw
-SUBDIRS += mm modbus mount mtdpart nettest nrf24l01_term nsh null nx
+SUBDIRS += ftpc ftpd hello helloxx hidkbd igmp i2schar json keypadtest
+SUBDIRS += lcdrw mm modbus mount mtdpart nettest nrf24l01_term nsh null nx
SUBDIRS += nxconsole nxffs nxflat nxhello nximage nxlines nxtext ostest
SUBDIRS += pashello pipe poll posix_spawn pwm qencoder random relays rgmp
SUBDIRS += romfs sendmail serloop slcd smart smart_test tcpecho telnetd
@@ -54,10 +54,10 @@ CNTXTDIRS = pwm
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
CNTXTDIRS += adc can cc3000 cxxtest dhcpd discover flash_test ftpd
-CNTXTDIRS += hello helloxx json keypadtestmodbus lcdrw mtdpart nettest
-CNTXTDIRS += nx nxhello nximage nxlines nxtext nrf24l01_term ostest random
-CNTXTDIRS += relays qencoder slcd smart_test tcpecho telnetd tiff
-CNTXTDIRS += touchscreen usbterm watchdog wgetjson
+CNTXTDIRS += hello helloxx i2schar json keypadtestmodbus lcdrw mtdpart
+CNTXTDIRS += nettest nx nxhello nximage nxlines nxtext nrf24l01_term
+CNTXTDIRS += ostest random relays qencoder slcd smart_test tcpecho telnetd
+CNTXTDIRS += tiff touchscreen usbterm watchdog wgetjson
endif
all: nothing