From d40ab0192a3196d0947fa67a8d7ac14444023cf5 Mon Sep 17 00:00:00 2001 From: yutaka Date: Fri, 28 Mar 2008 04:28:37 +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=AEROM=E7=89=88=E3=81=8C=E3=81=82=E3=82=8B=E3=81=AE?= =?UTF-8?q?=E3=81=A7=E5=9B=9E=E9=81=BF=E3=82=B3=E3=83=BC=E3=83=89=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= 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@994 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/nandfirm/menu-launcher/ARM9/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build/nandfirm/menu-launcher/ARM9/Makefile b/build/nandfirm/menu-launcher/ARM9/Makefile index 7a1ad569..086ac21e 100644 --- a/build/nandfirm/menu-launcher/ARM9/Makefile +++ b/build/nandfirm/menu-launcher/ARM9/Makefile @@ -44,12 +44,8 @@ MAKEROM_ARM7_BASE = $(basename $(MAKEROM_ARM7)) include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs # no thumb version, no final rom version -ifeq ($(TARGET_FINALROM),) -LLIBRARIES += libes.TWL$(ARCHGEN_TYPE).a libboc.TWL$(ARCHGEN_TYPE).a -else -LLIBRARIES += ../Release/libes.TWL$(ARCHGEN_TYPE).a ../Release/libboc.TWL$(ARCHGEN_TYPE).a -endif -LLIBRARIES += liblcfg$(TWL_LIBSUFFIX).a +LLIBRARIES += libes.TWL$(ARCHGEN_TYPE).a libboc.TWL$(ARCHGEN_TYPE).a \ + liblcfg$(TWL_LIBSUFFIX).a #----------------------------------------------------------------------------