From 056fe6520919b59203341520f6d50fbfda7947ed Mon Sep 17 00:00:00 2001 From: kamikawa Date: Wed, 23 Apr 2008 08:28:12 +0000 Subject: [PATCH] =?UTF-8?q?SystemUpdater=E3=81=8CFINALROM=E3=83=93?= =?UTF-8?q?=E3=83=AB=E3=83=89=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=ABMakefile=E3=82=92=E4=BF=AE=E6=AD=A3=E3=80=82?= 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@1244 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/SystemUpdater/ARM9.TWL/src/main.c | 2 +- build/systemMenu_RED/SystemUpdater/data/Makefile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/systemMenu_RED/SystemUpdater/ARM9.TWL/src/main.c b/build/systemMenu_RED/SystemUpdater/ARM9.TWL/src/main.c index 5c63de98..c50eb617 100644 --- a/build/systemMenu_RED/SystemUpdater/ARM9.TWL/src/main.c +++ b/build/systemMenu_RED/SystemUpdater/ARM9.TWL/src/main.c @@ -39,7 +39,7 @@ static const char* ImportTadFileList[] = "rom:/data/HNCA.tad" }; -static const char* NandFirmPath = "rom:/data/menu_launcher-RELEASE.nand"; +static const char* NandFirmPath = "rom:/data/menu_launcher.nand"; /*---------------------------------------------------------------------------* 内部変数定義 diff --git a/build/systemMenu_RED/SystemUpdater/data/Makefile b/build/systemMenu_RED/SystemUpdater/data/Makefile index b179f481..d2605bcf 100644 --- a/build/systemMenu_RED/SystemUpdater/data/Makefile +++ b/build/systemMenu_RED/SystemUpdater/data/Makefile @@ -31,7 +31,7 @@ MAKETAD = $(SYSMENU_TOOLSDIR)/bin/maketad.updater.exe LDIRT_CLEAN = HNAA.tad \ HNBA.tad \ HNCA.tad \ - menu_launcher-RELEASE.nand + menu_launcher-$(TWL_BUILD_DIR).nand #---------------------------------------------------------------------------- @@ -40,7 +40,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules do-build : HNAA.tad \ HNBA.tad \ HNCA.tad \ - menu_launcher-RELEASE.nand + menu_launcher.nand HNAA.tad: ../../Launcher/ARM9/bin/ARM9-TS.LTD/$(TWL_BUILD_DIR)/main.srl $(MAKETAD) -s $< $(MAKETAD_FLAGS) -o $@ @@ -51,7 +51,7 @@ HNBA.tad: ../../MachineSettings/ARM9/bin/ARM9-TS.LTD/$(TWL_BUILD_DIR)/main.srl HNCA.tad: ../../wlanfirm/HNCA.srl $(MAKETAD) -s $< $(MAKETAD_FLAGS) -o $@ -menu_launcher-RELEASE.nand: ../../../nandfirm/menu-launcher/menu_launcher-RELEASE.nand - cp $< . +menu_launcher.nand: ../../../nandfirm/menu-launcher/menu_launcher-$(TWL_BUILD_DIR).nand + cp $< ./$@ #===== End of Makefile =====