From 0db5497f80121bba0dd19cc04ef88cae4c659837 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Thu, 14 Aug 2008 02:21:38 +0000 Subject: [PATCH] =?UTF-8?q?nishimoto@PSEG1=20=E8=AA=A4=E3=81=A3=E3=81=A6?= =?UTF-8?q?=20INSTALL=20=E6=8C=87=E5=AE=9A=E3=82=92=E6=B6=88=E3=81=97?= =?UTF-8?q?=E3=81=A6=E3=81=97=E3=81=BE=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3=E3=81=97=E3=81=BE=E3=81=97?= =?UTF-8?q?=E3=81=9F=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@2152 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/debugsoft/ApplicationJump/Card/Makefile | 7 +++++++ build/debugsoft/ApplicationJump/Nand-1/Makefile | 6 ++++++ build/debugsoft/ApplicationJump/Nand-2/Makefile | 6 ++++++ 3 files changed, 19 insertions(+) diff --git a/build/debugsoft/ApplicationJump/Card/Makefile b/build/debugsoft/ApplicationJump/Card/Makefile index 70338dc5..081302b3 100644 --- a/build/debugsoft/ApplicationJump/Card/Makefile +++ b/build/debugsoft/ApplicationJump/Card/Makefile @@ -31,6 +31,13 @@ ROM_SPEC = appjumptest_card.rsf include $(TWLSDK_ROOT)/build/buildtools/commondefs +# インストール指定 +ifneq ($(TWL_IPL_RED_ROOT),) +INSTALL_DIR = $(TWL_IPL_RED_ROOT)/debugsoft/ApplicationJumpTest +INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN) +endif + + do-build: $(TARGETS) #---------------------------------------------------------------------------- diff --git a/build/debugsoft/ApplicationJump/Nand-1/Makefile b/build/debugsoft/ApplicationJump/Nand-1/Makefile index c4ba0d29..70780d21 100644 --- a/build/debugsoft/ApplicationJump/Nand-1/Makefile +++ b/build/debugsoft/ApplicationJump/Nand-1/Makefile @@ -30,6 +30,12 @@ ROM_SPEC = main_nand1.rsf include $(TWLSDK_ROOT)/build/buildtools/commondefs +# インストール指定 +ifneq ($(TWL_IPL_RED_ROOT),) +INSTALL_DIR = $(TWL_IPL_RED_ROOT)/debugsoft/ApplicationJumpTest +INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN) +endif + do-build: $(TARGETS) #---------------------------------------------------------------------------- diff --git a/build/debugsoft/ApplicationJump/Nand-2/Makefile b/build/debugsoft/ApplicationJump/Nand-2/Makefile index 62857c93..f4ea4dde 100644 --- a/build/debugsoft/ApplicationJump/Nand-2/Makefile +++ b/build/debugsoft/ApplicationJump/Nand-2/Makefile @@ -30,6 +30,12 @@ ROM_SPEC = main_nand2.rsf include $(TWLSDK_ROOT)/build/buildtools/commondefs +# インストール指定 +ifneq ($(TWL_IPL_RED_ROOT),) +INSTALL_DIR = $(TWL_IPL_RED_ROOT)/debugsoft/ApplicationJumpTest +INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN) +endif + do-build: $(TARGETS) #----------------------------------------------------------------------------