From df35ad2d387c4f136322bd5aa62148e6864ea8ff Mon Sep 17 00:00:00 2001 From: nakasima Date: Fri, 31 Aug 2007 11:20:17 +0000 Subject: [PATCH] add srl to new tests. git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@268 4ee2a332-4b2b-5046-8439-1ba90f034370 --- build/tests/mcu/mcu-1/Makefile | 20 +++++++++++++++----- build/tests/os/debugLED/Makefile | 20 +++++++++++++++----- 2 files changed, 30 insertions(+), 10 deletions(-) diff --git a/build/tests/mcu/mcu-1/Makefile b/build/tests/mcu/mcu-1/Makefile index 078ec37..7d7b90f 100644 --- a/build/tests/mcu/mcu-1/Makefile +++ b/build/tests/mcu/mcu-1/Makefile @@ -15,17 +15,27 @@ # $NoKeywords: $ #---------------------------------------------------------------------------- -include $(TWLSDK_ROOT)/build/buildtools/commondefs - - -#---------------------------------------------------------------------------- - SUBDIRS = \ ARM7 \ ARM9 \ #---------------------------------------------------------------------------- +TARGET_BIN = mcu-1.srl + +MAKEROM_ARM9 = ARM9/bin/$(TWL_BUILDTYPE_ARM9)/main.axf +MAKEROM_ARM7 = ARM7/bin/$(TWL_BUILDTYPE_ARM7)/main.axf + +#---------------------------------------------------------------------------- + +include $(TWLSDK_ROOT)/build/buildtools/commondefs + +#---------------------------------------------------------------------------- + +ifeq ($(TWL_PLATFORM),TS) +do-build: $(TARGETS) +endif + include $(TWLSDK_ROOT)/build/buildtools/modulerules diff --git a/build/tests/os/debugLED/Makefile b/build/tests/os/debugLED/Makefile index 078ec37..3081c89 100644 --- a/build/tests/os/debugLED/Makefile +++ b/build/tests/os/debugLED/Makefile @@ -15,17 +15,27 @@ # $NoKeywords: $ #---------------------------------------------------------------------------- -include $(TWLSDK_ROOT)/build/buildtools/commondefs - - -#---------------------------------------------------------------------------- - SUBDIRS = \ ARM7 \ ARM9 \ #---------------------------------------------------------------------------- +TARGET_BIN = debugLED.srl + +MAKEROM_ARM9 = ARM9/bin/$(TWL_BUILDTYPE_ARM9)/main.axf +MAKEROM_ARM7 = ARM7/bin/$(TWL_BUILDTYPE_ARM7)/main.axf + +#---------------------------------------------------------------------------- + +include $(TWLSDK_ROOT)/build/buildtools/commondefs + +#---------------------------------------------------------------------------- + +ifeq ($(TWL_PLATFORM),TS) +do-build: $(TARGETS) +endif + include $(TWLSDK_ROOT)/build/buildtools/modulerules