summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-03 16:04:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-03 16:04:48 +0000
commit4a934b34d9f91e136d417551111a2c06b1f5c327 (patch)
tree63babfcb60345875f3ae20b676c94761eb47b30a /apps/examples/Makefile
parent0597a9446b75ebcbd07d1503f5b70c50f8e36967 (diff)
downloadnuttx-4a934b34d9f91e136d417551111a2c06b1f5c327.tar.gz
nuttx-4a934b34d9f91e136d417551111a2c06b1f5c327.tar.bz2
nuttx-4a934b34d9f91e136d417551111a2c06b1f5c327.zip
Fix numerous errors in trapezoid rendering and wide line drawing algorithms
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3840 42af7a65-404d-4744-a932-0658087f49c3
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