From e2d7d6d69e642c44a42ba89bf15d552b105583c5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 15 May 2011 23:26:10 +0000 Subject: [PATCH] Need to clean NXFFS directory git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3616 42af7a65-404d-4744-a932-0658087f49c3 --- examples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 78adb4955..18a395fb1 100644 --- a/examples/Makefile +++ b/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