summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxfonts/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxfonts/Makefile.sources')
-rw-r--r--nuttx/graphics/nxfonts/Makefile.sources7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/graphics/nxfonts/Makefile.sources b/nuttx/graphics/nxfonts/Makefile.sources
index 76a099dcb..2e41fc704 100644
--- a/nuttx/graphics/nxfonts/Makefile.sources
+++ b/nuttx/graphics/nxfonts/Makefile.sources
@@ -72,6 +72,13 @@ endif
ifdef NXFONTS_FONTID
+# MONO
+
+ifeq ($(NXFONTS_FONTID),18)
+NXFONTS_PREFIX := g_mono5x8_
+GEN_CSRC = nxfonts_bitmaps_mono5x8.c
+endif
+
# SANS
ifeq ($(NXFONTS_FONTID),14)