fix build tests for DSTEG.

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@160 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
nakasima 2007-07-03 01:12:05 +00:00
parent 8d90b1be66
commit 9694d4441e
3 changed files with 11 additions and 3 deletions

View File

@ -22,11 +22,15 @@ include $(TWLSDK_ROOT)/build/buildtools/commondefs
SUBDIRS = os \
mi \
aes \
snd \
ifneq ($(TWL_PLATFORM),DSTEG)
SUBDIRS += \
aes \
camera \
fatfs \
el \
endif # TWL_PLATFORM != DSTEG
#----------------------------------------------------------------------------

View File

@ -27,7 +27,7 @@ SUBDIRS += \
exDma-1 \
dmaMix-1 \
endif
endif # TWL_PLATFORM != DSTEG
#----------------------------------------------------------------------------

View File

@ -23,8 +23,12 @@ include $(TWLSDK_ROOT)/build/buildtools/commondefs
SUBDIRS = channel \
capture \
mic-1 \
ifneq ($(TWL_PLATFORM),DSTEG)
SUBDIRS += \
mic-2 \
endif # TWL_PLATFORM != DSTEG
#----------------------------------------------------------------------------