From bb7b0e66a4df58e61acfe29635c871c443780524 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 26 Sep 2011 16:52:20 +0000 Subject: Add examples/usbterm git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3976 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/examples/Makefile') diff --git a/apps/examples/Makefile b/apps/examples/Makefile index b20d6e7df..48e450bd5 100644 --- a/apps/examples/Makefile +++ b/apps/examples/Makefile @@ -40,7 +40,7 @@ SUBDIRS = buttons dhcpd ftpc hello helloxx hidkbd igmp lcdrw mm mount \ nettest nsh null nx nxffs nxflat nxhello nximage nxlines \ nxtext ostest pashello pipe poll rgmp romfs sendmail serloop \ - thttpd tiff udp uip usbserial usbstorage wget wlan + thttpd tiff udp uip usbserial usbstorage usbterm wget wlan # Sub-directories that might need context setup @@ -70,6 +70,9 @@ endif ifeq ($(CONFIG_EXAMPLES_USBSTRG_BUILTIN),y) CNTXTDIRS += usbstorage endif +ifeq ($(CONFIG_EXAMPLES_USBTERM_BUILTIN),y) +CNTXTDIRS += usbterm +endif all: nothing .PHONY: nothing context depend clean distclean -- cgit v1.2.3