aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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)