From 23389215bb09b2997c2e29a39b635339c202bf3e Mon Sep 17 00:00:00 2001 From: liuhaitao Date: Tue, 28 Apr 2020 14:18:22 +0800 Subject: [PATCH] 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 --- libs/libnx/nxfonts/Make.defs | 2 +- libs/libnx/nxfonts/Makefile.sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libnx/nxfonts/Make.defs b/libs/libnx/nxfonts/Make.defs index 538b938bd1..733ae8cebf 100644 --- a/libs/libnx/nxfonts/Make.defs +++ b/libs/libnx/nxfonts/Make.defs @@ -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 diff --git a/libs/libnx/nxfonts/Makefile.sources b/libs/libnx/nxfonts/Makefile.sources index de70f33800..af3b58d7b0 100644 --- a/libs/libnx/nxfonts/Makefile.sources +++ b/libs/libnx/nxfonts/Makefile.sources @@ -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