summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index f5ab34a1c..f8cbd4384 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -38,9 +38,9 @@
# Sub-directories
SUBDIRS = buttons dhcpd ftpc hello helloxx hidkbd igmp mm mount nettest \
- nsh null nx nxffs nxflat nxhello nximage nxtext ostest pashello pipe \
- poll rgmp romfs sendmail serloop thttpd udp uip usbserial usbstorage \
- wget wlan
+ nsh null nx nxffs nxflat nxhello nximage nxlines nxtext ostest pashello \
+ pipe poll rgmp romfs sendmail serloop thttpd udp uip usbserial \
+ usbstorage wget wlan
# Sub-directories that might need context setup
@@ -55,6 +55,9 @@ endif
ifeq ($(CONFIG_EXAMPLES_NXIMAGE_BUILTIN),y)
CNTXTDIRS += nximage
endif
+ifeq ($(CONFIG_EXAMPLES_LINES_BUILTIN),y)
+CNTXTDIRS += nxlines
+endif
ifeq ($(CONFIG_EXAMPLES_NXTEXT_BUILTIN),y)
CNTXTDIRS += nxtext
endif