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