summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-15 23:26:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-15 23:26:10 +0000
commitc91f7947992488ba67e82f4c56c94cd64d385ffc (patch)
tree6c3f4c478d33333d514cf1d8ef316b99b097d216 /apps
parentab10f95ce2b319edc27c8bdc2604ea06ce29112a (diff)
downloadpx4-nuttx-c91f7947992488ba67e82f4c56c94cd64d385ffc.tar.gz
px4-nuttx-c91f7947992488ba67e82f4c56c94cd64d385ffc.tar.bz2
px4-nuttx-c91f7947992488ba67e82f4c56c94cd64d385ffc.zip
Need to clean NXFFS directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3616 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 78adb4955..18a395fb1 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -38,8 +38,8 @@
# Sub-directories
SUBDIRS = dhcpd hello helloxx hidkbd igmp mm mount nettest nsh null nx \
- nxflat ostest pashello pipe poll rgmp romfs sendmail serloop thttpd \
- udp uip usbserial usbstorage wget wlan
+ nxffs nxflat ostest pashello pipe poll rgmp romfs sendmail serloop \
+ thttpd udp uip usbserial usbstorage wget wlan
all: nothing
.PHONY: nothing context depend clean distclean