aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZhang Hongbo <hongbo.zhang@stericsson.com>2012-03-23 12:01:11 +0800
committerZhang Hongbo <hongbo.zhang@stericsson.com>2012-03-23 12:01:11 +0800
commit81a450d811f0f18b1a601a83f255465fe984168a (patch)
tree245bf594e53c66af3b4086298757e11f886a03cf /Makefile
parent244eb529857c78e77d8fdc2319224bb5c4af157c (diff)
integrate suspend function into this pm-qa
Signed-off-by: Hongbo Zhang <hongbo.zhang@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ea69d60..be3c25f 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ check:
@(cd cpuhotplug; $(MAKE) check)
@(cd cpuidle; $(MAKE) check)
@(cd sched_mc; $(MAKE) check)
+ @(cd suspend; $(MAKE) check)
uncheck:
@(cd cpufreq; $(MAKE) uncheck)