aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhanghongbo <hongbo.zhang@stericsson.com>2012-06-07 15:44:10 +0800
committerhongbo.zhang <hongbo.zhang@linaro.com>2012-11-28 17:10:34 +0800
commitbe890e23b704096cfb3fee8e45c0fb72ee1857c3 (patch)
treef760ab297920803bccabb3af2d1928b3b170f425
parentc0352d49bea35700d4d7fb940978f4722aad1e87 (diff)
Remove testcases directory from top Makefile.
Signed-off-by: hongbo.zhang <hongbo.zhang@linaro.com>
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a09309e..f85e5ac 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,6 @@
all:
@(cd utils; $(MAKE))
- @(cd testcases; $(MAKE) all)
check:
@(cd utils; $(MAKE) check)
@@ -40,12 +39,11 @@ uncheck:
@(cd cpuhotplug; $(MAKE) uncheck)
@(cd cpuidle; $(MAKE) uncheck)
@(cd sched_mc; $(MAKE) uncheck)
- @(cd suspend; $(MAKE) uncheck)
- @(cd thermal; $(MAKE) uncheck)
+# @(cd suspend; $(MAKE) uncheck)
+# @(cd thermal; $(MAKE) uncheck)
recheck: uncheck check
clean:
@(cd utils; $(MAKE) clean)
- @(cd testcases; $(MAKE) clean)