From 89b5382e22ed897121c864865fdb79acddc9ba14 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 19 Jul 2011 22:45:15 +0000 Subject: Add support for multiple fonts git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3801 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'apps/examples/Makefile') 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 -- cgit v1.2.3