libnx/nxfonts: change the generated file nxfonts_tom-thumb-4x6.c to nxfonts_bitmap_tom-thumb-4x6.c

Align the generated files name, so make distclean could also remove all nxfonts_bitmaps_*.c files, no
need to add one more extra DELFILE for nxfonts_tom-thumb-4x6.c.

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
liuhaitao 2020-04-28 14:18:22 +08:00 committed by Brennan Ashton
parent f2f1d4de85
commit 23389215bb
2 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ endif
# Tom Thumb mono-space 4x6 font
ifeq ($(CONFIG_NXFONT_TOM_THUMB_4X6),y)
CSRCS += nxfonts_tom-thumb-4x6.c
CSRCS += nxfonts_bitmaps_tom-thumb-4x6.c
endif
# Add the nxfont/ directory to the build

View File

@ -300,7 +300,7 @@ endif
ifeq ($(NXFONTS_FONTID),43)
NXFONTS_PREFIX := g_tom_thumb_4x6_
GEN_CSRC = nxfonts_tom-thumb-4x6.c
GEN_CSRC = nxfonts_bitmaps_tom-thumb-4x6.c
endif
DEPENDENCY := nxfonts_bitmaps.c