mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
NandInitializerForAutoTest.srl 生成時に TWL_SDK の bin にコピーするルールを追加。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1217 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
b2e59edeec
commit
d385010ac0
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user