From d385010ac0ffaff799026b01ae63a1294902975c Mon Sep 17 00:00:00 2001 From: kamikawa Date: Tue, 22 Apr 2008 07:08:06 +0000 Subject: [PATCH] =?UTF-8?q?NandInitializerForAutoTest.srl=20=E7=94=9F?= =?UTF-8?q?=E6=88=90=E6=99=82=E3=81=AB=20TWL=5FSDK=20=E3=81=AE=20bin=20?= =?UTF-8?q?=E3=81=AB=E3=82=B3=E3=83=94=E3=83=BC=E3=81=99=E3=82=8B=E3=83=AB?= =?UTF-8?q?=E3=83=BC=E3=83=AB=E3=82=92=E8=BF=BD=E5=8A=A0=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@1217 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/NandInitializer/ARM9.TWL/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/systemMenu_RED/NandInitializer/ARM9.TWL/Makefile b/build/systemMenu_RED/NandInitializer/ARM9.TWL/Makefile index 4171161e..f8dd7e79 100644 --- a/build/systemMenu_RED/NandInitializer/ARM9.TWL/Makefile +++ b/build/systemMenu_RED/NandInitializer/ARM9.TWL/Makefile @@ -120,6 +120,13 @@ INSTALL_DIR = $(ROOT)/bin/ARM9-TS/Rom INSTALL_TARGETS = $(BINDIR)/$(TARGET_NAME).srl endif +ifdef USE_FOR_NIGHTLY_AUTO_TEST +ifeq ($(TWL_BUILD_TYPE),RELEASE) +INSTALL_DIR = $(ROOT)/bin/ARM9-TS/Release +INSTALL_TARGETS = $(BINDIR)/$(TARGET_NAME).srl +endif +endif + #---------------------------------------------------------------------------- do-build: $(TARGETS)