mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
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:
parent
8d90b1be66
commit
9694d4441e
@ -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
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@ SUBDIRS += \
|
||||
exDma-1 \
|
||||
dmaMix-1 \
|
||||
|
||||
endif
|
||||
endif # TWL_PLATFORM != DSTEG
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
@ -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
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user