Add support for multiple fonts

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3801 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-07-19 22:45:15 +00:00
parent 2798946cc3
commit a6e00f570c

View File

@ -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