forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/lib/fonts/Makefile
....@@ -14,6 +14,8 @@
1414 font-objs-$(CONFIG_FONT_ACORN_8x8) += font_acorn_8x8.o
1515 font-objs-$(CONFIG_FONT_MINI_4x6) += font_mini_4x6.o
1616 font-objs-$(CONFIG_FONT_6x10) += font_6x10.o
17
+font-objs-$(CONFIG_FONT_TER16x32) += font_ter16x32.o
18
+font-objs-$(CONFIG_FONT_6x8) += font_6x8.o
1719
1820 font-objs += $(font-objs-y)
1921