aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYebio Mesfin2014-01-14 07:18:54 -0600
committerYan Liu2014-01-14 08:51:06 -0600
commit5bfd74190ee7e052f17437b8b59536aeb3195c64 (patch)
tree98ef9a66ecab89ea3df0e3bd342979f612afdfd5
parent8dca61e947e5b4c529c4458f6ff955e3c98acadd (diff)
downloadltp-ddt-5bfd74190ee7e052f17437b8b59536aeb3195c64.tar.gz
ltp-ddt-5bfd74190ee7e052f17437b8b59536aeb3195c64.tar.xz
ltp-ddt-5bfd74190ee7e052f17437b8b59536aeb3195c64.zip
Makefile updated to fix ipc build problem.
Did quick fix until makefile at the ipc level are updated. The ipc level makefile should build ipc modules only for the platform they are supported. Also testcases/ddt/Makefile is modified to filter out module installation for platform that does not support it. Signed-off-by: Yebio Mesfin <ymesfin@ti.com> Signed-off-by: Yan Liu <yan-liu@ti.com>
-rw-r--r--Makefile2
-rw-r--r--testcases/ddt/Makefile12
2 files changed, 5 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 359adf9f..85b8e310 100644
--- a/Makefile
+++ b/Makefile
@@ -228,7 +228,7 @@ endif
228MODULES_TO_BUILD := 228MODULES_TO_BUILD :=
229PLATFORMSwEDMA := am180x-evm|am181x-evm|am389x-evm|am387x-evm|dm385-evm|dm813x-evm|da830-omapl137-evm|am170x-evm 229PLATFORMSwEDMA := am180x-evm|am181x-evm|am389x-evm|am387x-evm|dm385-evm|dm813x-evm|da830-omapl137-evm|am170x-evm
230PLATFORMSwGPIO := am335x-evm|omap5-evm|beaglebone|am437x-evm|dra7xx-evm 230PLATFORMSwGPIO := am335x-evm|omap5-evm|beaglebone|am437x-evm|dra7xx-evm
231PLATFORMSwIPC := am335x-evm|omap5-evm|beaglebone|am437x-evm|dra7xx-evm 231PLATFORMSwIPC := omap5-evm
232 232
233ifneq (,$(findstring $(PLATFORM),$(PLATFORMSwEDMA))) 233ifneq (,$(findstring $(PLATFORM),$(PLATFORMSwEDMA)))
234# Disable edma modules install until appropriate tests are available 234# Disable edma modules install until appropriate tests are available
diff --git a/testcases/ddt/Makefile b/testcases/ddt/Makefile
index cbeea4d5..9f753936 100644
--- a/testcases/ddt/Makefile
+++ b/testcases/ddt/Makefile
@@ -33,6 +33,7 @@ FILTER_OUT_DIRS += edma_test_suite
33ifeq ($(PLATFORM),dra7xx-evm) 33ifeq ($(PLATFORM),dra7xx-evm)
34FILTER_OUT_DIRS += mc_test_suite 34FILTER_OUT_DIRS += mc_test_suite
35FILTER_OUT_DIRS += gpio_test_suite 35FILTER_OUT_DIRS += gpio_test_suite
36FILTER_OUT_DIRS += ipc_test_suite
36endif 37endif
37 38
38ifeq ($(PLATFORM),omap5-evm) 39ifeq ($(PLATFORM),omap5-evm)
@@ -121,6 +122,7 @@ FILTER_OUT_DIRS += v4l2_display_test_suite
121FILTER_OUT_DIRS += mc_test_suite 122FILTER_OUT_DIRS += mc_test_suite
122FILTER_OUT_DIRS += v4l2_display_davinci_test_suite 123FILTER_OUT_DIRS += v4l2_display_davinci_test_suite
123FILTER_OUT_DIRS += edma_test_suite 124FILTER_OUT_DIRS += edma_test_suite
125FILTER_OUT_DIRS += ipc_test_suite
124endif 126endif
125 127
126ifeq ($(PLATFORM),am437x-evm) 128ifeq ($(PLATFORM),am437x-evm)
@@ -129,14 +131,7 @@ FILTER_OUT_DIRS += v4l2_display_test_suite
129FILTER_OUT_DIRS += mc_test_suite 131FILTER_OUT_DIRS += mc_test_suite
130FILTER_OUT_DIRS += v4l2_display_davinci_test_suite 132FILTER_OUT_DIRS += v4l2_display_davinci_test_suite
131FILTER_OUT_DIRS += edma_test_suite 133FILTER_OUT_DIRS += edma_test_suite
132endif 134FILTER_OUT_DIRS += ipc_test_suite
133
134ifeq ($(PLATFORM),omap5-evm)
135FILTER_OUT_DIRS += v4l2_capture_test_suite
136FILTER_OUT_DIRS += v4l2_display_test_suite
137FILTER_OUT_DIRS += mc_test_suite
138FILTER_OUT_DIRS += v4l2_display_davinci_test_suite
139FILTER_OUT_DIRS += edma_test_suite
140endif 135endif
141 136
142ifeq ($(PLATFORM),beaglebone) 137ifeq ($(PLATFORM),beaglebone)
@@ -146,6 +141,7 @@ FILTER_OUT_DIRS += v4l2_display_test_suite
146FILTER_OUT_DIRS += mc_test_suite 141FILTER_OUT_DIRS += mc_test_suite
147FILTER_OUT_DIRS += v4l2_display_davinci_test_suite 142FILTER_OUT_DIRS += v4l2_display_davinci_test_suite
148FILTER_OUT_DIRS += edma_test_suite 143FILTER_OUT_DIRS += edma_test_suite
144FILTER_OUT_DIRS += ipc_test_suite
149endif 145endif
150 146
151ifeq ($(PLATFORM),am3517-evm) 147ifeq ($(PLATFORM),am3517-evm)