add srl to new tests.

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@268 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
nakasima 2007-08-31 11:20:17 +00:00
parent 922323f06b
commit df35ad2d38
2 changed files with 30 additions and 10 deletions

View File

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

View File

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