summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-04 22:49:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-04 22:49:42 +0000
commitefb4bf7dca5d637268c6d70eec2880352047e34c (patch)
tree122b575d72a4acd8c97b8601fa16c4332059e54e /apps/examples/Makefile
parent89195d1c46a0c742e74ea46e449b10b97c7b220a (diff)
downloadnuttx-efb4bf7dca5d637268c6d70eec2880352047e34c.tar.gz
nuttx-efb4bf7dca5d637268c6d70eec2880352047e34c.tar.bz2
nuttx-efb4bf7dca5d637268c6d70eec2880352047e34c.zip
Add build environment for the FTP daemon
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4370 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile29
1 files changed, 15 insertions, 14 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 3847c2b12..eea75083c 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -37,8 +37,8 @@
# Sub-directories
-SUBDIRS = adc buttons can composite dhcpd ftpc hello helloxx hidkbd igmp \
- lcdrw mm mount nettest nsh null nx nxffs nxflat nxhello nximage \
+SUBDIRS = adc buttons can composite dhcpd ftpc ftpd hello helloxx hidkbd \
+ igmp lcdrw mm mount nettest nsh null nx nxffs nxflat nxhello nximage \
nxlines nxtext ostest pashello pipe poll pwm rgmp romfs sendmail \
serloop telnetd thttpd tiff touchscreen udp uip usbserial \
usbstorage usbterm wget wlan
@@ -56,44 +56,45 @@ SUBDIRS = adc buttons can composite dhcpd ftpc hello helloxx hidkbd igmp \
CNTXTDIRS = pwm
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
-CNTXTDIRS += adc can composite dhcpd nettest telnetd
+CNTXTDIRS += adc can composite ftpd dhcpd nettest telnetd
endif
ifeq ($(CONFIG_EXAMPLES_HELLOXX_BUILTIN),y)
-CNTXTDIRS += helloxx
+CNTXTDIRS += helloxx
endif
ifeq ($(CONFIG_EXAMPLES_LCDRW_BUILTIN),y)
-CNTXTDIRS += lcdrw
+CNTXTDIRS += lcdrw
endif
ifeq ($(CONFIG_EXAMPLES_NX_BUILTIN),y)
-CNTXTDIRS += nx
+CNTXTDIRS += nx
endif
ifeq ($(CONFIG_EXAMPLES_NXHELLO_BUILTIN),y)
-CNTXTDIRS += nxhello
+CNTXTDIRS += nxhello
endif
ifeq ($(CONFIG_EXAMPLES_NXIMAGE_BUILTIN),y)
-CNTXTDIRS += nximage
+CNTXTDIRS += nximage
endif
ifeq ($(CONFIG_EXAMPLES_LINES_BUILTIN),y)
-CNTXTDIRS += nxlines
+CNTXTDIRS += nxlines
endif
ifeq ($(CONFIG_EXAMPLES_NXTEXT_BUILTIN),y)
-CNTXTDIRS += nxtext
+CNTXTDIRS += nxtext
endif
ifeq ($(CONFIG_EXAMPLES_TIFF_BUILTIN),y)
-CNTXTDIRS += tiff
+CNTXTDIRS += tiff
endif
ifeq ($(CONFIG_EXAMPLES_TOUCHSCREEN_BUILTIN),y)
-CNTXTDIRS += touchscreen
+CNTXTDIRS += touchscreen
endif
ifeq ($(CONFIG_EXAMPLES_USBMSC_BUILTIN),y)
-CNTXTDIRS += usbstorage
+CNTXTDIRS += usbstorage
endif
ifeq ($(CONFIG_EXAMPLES_USBTERM_BUILTIN),y)
-CNTXTDIRS += usbterm
+CNTXTDIRS += usbterm
endif
all: nothing
+
.PHONY: nothing context depend clean distclean
nothing: