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 =====