From eaaa5c04c8032c05a1e81eb0d26f474978efebb1 Mon Sep 17 00:00:00 2001 From: yutaka Date: Tue, 27 Nov 2007 09:40:11 +0000 Subject: [PATCH] =?UTF-8?q?ES=E3=83=A9=E3=82=A4=E3=83=96=E3=83=A9=E3=83=AA?= =?UTF-8?q?=E3=81=AFthumb=E7=89=88=E3=81=8C=E3=81=AA=E3=81=84=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@271 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/nandfirm/menu-launcher/ARM9/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 #----------------------------------------------------------------------------