summaryrefslogtreecommitdiff
path: root/lib/fonts/Makefile
diff options
context:
space:
mode:
authorDu Huanpeng <u74147@gmail.com>2015-11-22 20:24:49 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2015-11-23 08:21:08 +0100
commitea682776db018af2d249097f1a682ef0881e3d0e (patch)
treef936fb0e5ea8378f6e55c19b8a71c0ee3288dafe /lib/fonts/Makefile
parent314b5402d9f90e4be4be2bbe7c0072876f70281c (diff)
downloadbarebox-ea682776db018af2d249097f1a682ef0881e3d0e.tar.gz
font: fbconsole: add custom font supports
Signed-off-by: Du Huanpeng <u74147@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/fonts/Makefile')
-rw-r--r--lib/fonts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fonts/Makefile b/lib/fonts/Makefile
index b7d4765395..98245b3d65 100644
--- a/lib/fonts/Makefile
+++ b/lib/fonts/Makefile
@@ -5,6 +5,7 @@ font-objs := fonts.o
font-objs-$(CONFIG_FONT_8x16) += font_8x16.o
font-objs-$(CONFIG_FONT_7x14) += font_7x14.o
font-objs-$(CONFIG_FONT_MINI_4x6) += font_mini_4x6.o
+font-objs-$(CONFIG_FONT_CUSTOM_16X)+= font_custom_16x.o
font-objs += $(font-objs-y)