summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile5
1 files changed, 4 insertions, 1 deletions
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