From ea682776db018af2d249097f1a682ef0881e3d0e Mon Sep 17 00:00:00 2001 From: Du Huanpeng Date: Sun, 22 Nov 2015 20:24:49 +0800 Subject: font: fbconsole: add custom font supports Signed-off-by: Du Huanpeng Signed-off-by: Sascha Hauer --- lib/fonts/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/fonts/Makefile') 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) -- cgit v1.2.1