From 7b7c9416c38077928209e2a96a661af551c594ff Mon Sep 17 00:00:00 2001 From: yutaka Date: Wed, 9 Jan 2008 01:56:57 +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=AEFinal=20ROM=E7=89=88=E3=81=8C=E7=84=A1=E3=81=84?= =?UTF-8?q?=E3=81=AE=E3=81=A7=E3=81=A8=E3=82=8A=E3=81=82=E3=81=88=E3=81=9A?= =?UTF-8?q?Release=E7=89=88=E3=81=A7=E4=BB=A3=E7=94=A8?= 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@446 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/nandfirm/menu-launcher/ARM9/Makefile | 7 +++++-- build/nandfirm/menu-launcher2/ARM9/Makefile | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/build/nandfirm/menu-launcher/ARM9/Makefile b/build/nandfirm/menu-launcher/ARM9/Makefile index 9d2f87b0..4283ad4e 100644 --- a/build/nandfirm/menu-launcher/ARM9/Makefile +++ b/build/nandfirm/menu-launcher/ARM9/Makefile @@ -41,9 +41,12 @@ MAKEROM_ARM7_BASE = $(basename $(MAKEROM_ARM7)) include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs -# no thumb version - +# 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 #---------------------------------------------------------------------------- diff --git a/build/nandfirm/menu-launcher2/ARM9/Makefile b/build/nandfirm/menu-launcher2/ARM9/Makefile index 956b6697..918106b8 100644 --- a/build/nandfirm/menu-launcher2/ARM9/Makefile +++ b/build/nandfirm/menu-launcher2/ARM9/Makefile @@ -39,9 +39,12 @@ MAKEROM_ARM7_BASE = $(basename $(MAKEROM_ARM7)) include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs -# no thumb version - +# 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 #----------------------------------------------------------------------------