small fix for DSTEG.

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@43 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
nakasima 2007-04-25 08:14:23 +00:00
parent f4a59e740c
commit 61fa93df4e
2 changed files with 7 additions and 2 deletions

View File

@ -37,7 +37,7 @@ TWLSDK_VERSION_MAJOR ?= 0
# TWL_PROC = [ARM9/ARM7]
#
TWL_PLATFORM ?= BB
TWL_PLATFORM ?= DSTEG
TWL_MEMSIZE ?= 8M
TWL_CODEGEN ?= ARM
TWL_PROC ?= ARM9
@ -97,7 +97,7 @@ NITRO_BUILD_DIR ?= $(TWL_BUILD_DIR)
# one of [ISD/KMC/ARM]
#
TWL_DEBUGGER ?= KMC
TWL_DEBUGGER ?= ARM
#----------------------------------------------------------------------------

View File

@ -21,9 +21,14 @@ include $(TWLSDK_ROOT)/build/buildtools/commondefs
#----------------------------------------------------------------------------
SUBDIRS = \
ifneq ($(TWL_PLATFORM),DSTEG)
SUBDIRS += \
exDma-1 \
_ARM7_exDma-1 \
endif
#----------------------------------------------------------------------------