From 9694d4441e18f03782f6dffa3db5c1dc0ee5d7a3 Mon Sep 17 00:00:00 2001 From: nakasima Date: Tue, 3 Jul 2007 01:12:05 +0000 Subject: [PATCH] fix build tests for DSTEG. git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@160 4ee2a332-4b2b-5046-8439-1ba90f034370 --- build/tests/Makefile | 8 ++++++-- build/tests/mi/Makefile | 2 +- build/tests/snd/Makefile | 4 ++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/build/tests/Makefile b/build/tests/Makefile index dae98c4..30e6d51 100644 --- a/build/tests/Makefile +++ b/build/tests/Makefile @@ -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 #---------------------------------------------------------------------------- diff --git a/build/tests/mi/Makefile b/build/tests/mi/Makefile index acfc55d..44af818 100644 --- a/build/tests/mi/Makefile +++ b/build/tests/mi/Makefile @@ -27,7 +27,7 @@ SUBDIRS += \ exDma-1 \ dmaMix-1 \ -endif +endif # TWL_PLATFORM != DSTEG #---------------------------------------------------------------------------- diff --git a/build/tests/snd/Makefile b/build/tests/snd/Makefile index 285231d..cec4458 100644 --- a/build/tests/snd/Makefile +++ b/build/tests/snd/Makefile @@ -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 #----------------------------------------------------------------------------