diff --git a/build/nandfirm/menu-launcher/ARM9/Makefile b/build/nandfirm/menu-launcher/ARM9/Makefile index 140c5c8b..80865dc0 100644 --- a/build/nandfirm/menu-launcher/ARM9/Makefile +++ b/build/nandfirm/menu-launcher/ARM9/Makefile @@ -40,7 +40,10 @@ MAKEROM_FLAGS += -F include $(TWLIPL_ROOT)/build/buildtools/commondefs -LLIBRARIES += libese$(TWL_LIBSUFFIX).a +# no thumb version + +#LLIBRARIES += libese$(TWL_LIBSUFFIX).a +LLIBRARIES += libese.TWL$(ARCHGEN_TYPE).a #----------------------------------------------------------------------------