summaryrefslogtreecommitdiff
path: root/nuttx/graphics/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-18 17:16:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-18 17:16:24 +0000
commit769fef9a363e9255551008548571c4ffdb9c9af0 (patch)
treecff6766eb78229ad6f0f1cc3022553ededcc44df /nuttx/graphics/Makefile
parentfe8341e08ecd746bcbbe3f61205a896670cccaac (diff)
downloadnuttx-769fef9a363e9255551008548571c4ffdb9c9af0.tar.gz
nuttx-769fef9a363e9255551008548571c4ffdb9c9af0.tar.bz2
nuttx-769fef9a363e9255551008548571c4ffdb9c9af0.zip
Add NX configuration for LPCXpresso
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3521 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/Makefile')
-rw-r--r--nuttx/graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/graphics/Makefile b/nuttx/graphics/Makefile
index 9475c368a..0c953b067 100644
--- a/nuttx/graphics/Makefile
+++ b/nuttx/graphics/Makefile
@@ -92,6 +92,7 @@ all: mklibgraphics
gen1bppsources:
@$(MAKE) -C nxglib -f Makefile.sources TOPDIR=$(TOPDIR) NXGLIB_BITSPERPIXEL=1 EXTRADEFINES=$(EXTRADEFINES)
+ @$(MAKE) -C nxfonts -f Makefile.sources TOPDIR=$(TOPDIR) NXFONTS_BITSPERPIXEL=1 EXTRADEFINES=$(EXTRADEFINES)
gen2bppsource:
@$(MAKE) -C nxglib -f Makefile.sources TOPDIR=$(TOPDIR) NXGLIB_BITSPERPIXEL=2 EXTRADEFINES=$(EXTRADEFINES)