aboutsummaryrefslogtreecommitdiff
path: root/nuttx/graphics/Makefile
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-01-26 12:07:01 +0100
committerLorenz Meier <lm@inf.ethz.ch>2013-01-26 12:07:01 +0100
commitbeb463874808e94d8ca99ab14402895c10cfb63e (patch)
tree33efd417f138b964660d21deaf74bfb733b03c24 /nuttx/graphics/Makefile
parent7459169230c4fbb738aaa79f61592048e537cf02 (diff)
parentbeb45222985f1eb9fbe21b22b95c30ab8ca5bbac (diff)
downloadpx4-firmware-beb463874808e94d8ca99ab14402895c10cfb63e.tar.gz
px4-firmware-beb463874808e94d8ca99ab14402895c10cfb63e.tar.bz2
px4-firmware-beb463874808e94d8ca99ab14402895c10cfb63e.zip
Merge branch 'master' of github.com:PX4/Firmware into statemachine_docs
Diffstat (limited to 'nuttx/graphics/Makefile')
-rw-r--r--nuttx/graphics/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/graphics/Makefile b/nuttx/graphics/Makefile
index 238e14df4..aa402bfa4 100644
--- a/nuttx/graphics/Makefile
+++ b/nuttx/graphics/Makefile
@@ -124,6 +124,9 @@ gen32bppsources:
$(Q) $(MAKE) -C nxfonts -f Makefile.sources TOPDIR=$(TOPDIR) NXFONTS_BITSPERPIXEL=32 EXTRADEFINES=$(EXTRADEFINES)
genfontsources:
+ifeq ($(CONFIG_NXFONT_MONO5X8),y)
+ @$(MAKE) -C nxfonts -f Makefile.sources TOPDIR=$(TOPDIR) NXFONTS_FONTID=18 EXTRADEFINES=$(EXTRADEFINES)
+endif
ifeq ($(CONFIG_NXFONT_SANS23X27),y)
$(Q) $(MAKE) -C nxfonts -f Makefile.sources TOPDIR=$(TOPDIR) NXFONTS_FONTID=1 EXTRADEFINES=$(EXTRADEFINES)
endif