summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-25 09:52:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-25 09:52:21 -0600
commit214262bcca354578d2999b973564bcd19e1b12e4 (patch)
tree7465af91bd3a71251f145ad043035add5e6e03e4 /apps/examples/Makefile
parent04816ab29225f201364aaf50336ca788c39dcd23 (diff)
downloadnuttx-214262bcca354578d2999b973564bcd19e1b12e4.tar.gz
nuttx-214262bcca354578d2999b973564bcd19e1b12e4.tar.bz2
nuttx-214262bcca354578d2999b973564bcd19e1b12e4.zip
Add an example to test MTD R/W buffering
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index f251518aa..815b410a3 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -39,7 +39,7 @@
SUBDIRS = adc buttons can cc3000 cpuhog cxxtest dhcpd discover elf
SUBDIRS += flash_test ftpc ftpd hello helloxx hidkbd igmp i2schar json
-SUBDIRS += keypadtest lcdrw mm modbus mount mtdpart netpkt nettest
+SUBDIRS += keypadtest lcdrw mm modbus mount mtdpart mtdrwb netpkt nettest
SUBDIRS += nrf24l01_term nsh null nx nxterm nxffs nxflat nxhello nximage
SUBDIRS += nxlines nxtext ostest pashello pipe poll posix_spawn pwm qencoder
SUBDIRS += random relays rgmp romfs sendmail serialblaster serloop serialrx
@@ -54,7 +54,7 @@ CNTXTDIRS = pwm
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 += hello helloxx i2schar json keypadtestmodbus lcdrw mtdpart mtdrwb
CNTXTDIRS += netpkt nettest nx nxhello nximage nxlines nxtext nrf24l01_term
CNTXTDIRS += ostest random relays qencoder serialblasterslcd serialrx
CNTXTDIRS += smart_test tcpecho telnetd tiff touchscreen usbterm watchdog