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:
parent
f2f1d4de85
commit
23389215bb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user