From efb4bf7dca5d637268c6d70eec2880352047e34c Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 4 Feb 2012 22:49:42 +0000 Subject: 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 --- apps/examples/Makefile | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'apps/examples/Makefile') 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: -- cgit v1.2.3