summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-19 22:45:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-19 22:45:15 +0000
commit89b5382e22ed897121c864865fdb79acddc9ba14 (patch)
treee99715545970c9bcdf4bcfe2a392b2e1903e0baf /apps/examples/Makefile
parentc8c0ec4f3e6e58519a45341121531baa3e4c6f10 (diff)
downloadnuttx-89b5382e22ed897121c864865fdb79acddc9ba14.tar.gz
nuttx-89b5382e22ed897121c864865fdb79acddc9ba14.tar.bz2
nuttx-89b5382e22ed897121c864865fdb79acddc9ba14.zip
Add support for multiple fonts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3801 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index f79a366ef..6b08c6ab4 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -38,12 +38,13 @@
# Sub-directories
SUBDIRS = buttons dhcpd ftpc hello helloxx hidkbd igmp mm mount nettest \
- nsh null nx nxffs nxflat nxtext ostest pashello pipe poll rgmp romfs \
- sendmail serloop thttpd udp uip usbserial usbstorage wget wlan
+ nsh null nx nxffs nxflat nxtext nxhello ostest pashello pipe poll \
+ rgmp romfs sendmail serloop thttpd udp uip usbserial usbstorage \
+ wget wlan
# Sub-directories that might need context setup
-CNTXTDIRS = nx nxtext
+CNTXTDIRS = nx nxhello nxtext
all: nothing
.PHONY: nothing context depend clean distclean