summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-05 08:07:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-05 08:07:03 -0600
commit39b2be1e80f5e15b431456a7ab18ab2edf05a3a1 (patch)
treefd7939068ef642b851d41a52ed2653ca71fe7a3d /apps/examples/Makefile
parent63490f1443d979623b3cf06232e34413506dfc94 (diff)
downloadpx4-nuttx-39b2be1e80f5e15b431456a7ab18ab2edf05a3a1.tar.gz
px4-nuttx-39b2be1e80f5e15b431456a7ab18ab2edf05a3a1.tar.bz2
px4-nuttx-39b2be1e80f5e15b431456a7ab18ab2edf05a3a1.zip
Rename examples/usbstorage to examples/usbmsc. From CCTSAO
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 4036bc325..a98fe5ebe 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -43,7 +43,7 @@ SUBDIRS += lcdrw mm modbus mount mtdpart nettest nrf24l01_term nsh null
SUBDIRS += nx nxconsole nxffs nxflat nxhello nximage nxlines nxtext ostest
SUBDIRS += pashello pipe poll posix_spawn pwm qencoder relays rgmp romfs
SUBDIRS += sendmail serloop slcd smart smart_test tcpecho telnetd thttpd tiff
-SUBDIRS += touchscreen udp uip usbserial usbstorage usbterm watchdog
+SUBDIRS += touchscreen udp uip usbserial usbmsc usbterm watchdog
SUBDIRS += wget wgetjson xmlrpc
# Sub-directories that might need context setup. Directories may need
@@ -57,7 +57,7 @@ CNTXTDIRS += adc can cc3000 cdcacm composite cxxtest dhcpd discover flash_test
CNTXTDIRS += ftpd hello helloxx json keypadtestmodbus lcdrw mtdpart nettest
CNTXTDIRS += nx nxhello nximage nxlines nxtext nrf24l01_term ostest relays
CNTXTDIRS += qencoder slcd smart_test tcpecho telnetd tiff touchscreen
-CNTXTDIRS += usbstorage usbterm watchdog wgetjson
+CNTXTDIRS += usbmsc usbterm watchdog wgetjson
endif
all: nothing