summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-07-19 22:45:15 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-07-19 22:45:15 +0000
commit9ec1bf76e978a5982008d6f1d1dcb00ad9bca774 (patch)
treee99715545970c9bcdf4bcfe2a392b2e1903e0baf /apps
parent74bb2429442140113cb3d84e2ecfda8c1fbb0e90 (diff)
Add support for multiple fonts
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3801 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index f79a366ef4..6b08c6ab4b 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