Signed-off-by: Hongbo Zhang hongbo.zhang@linaro.org --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile index 1e73608..fa979e0 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ check: @(cd cpuidle; $(MAKE) check) @(cd sched_mc; $(MAKE) check) # @(cd suspend; $(MAKE) check) -# @(cd thermal; $(MAKE) check) + @(cd thermal; $(MAKE) check) # @(cd powertop; $(MAKE) check)
uncheck: @@ -41,7 +41,7 @@ uncheck: @(cd cpuidle; $(MAKE) uncheck) @(cd sched_mc; $(MAKE) uncheck) # @(cd suspend; $(MAKE) uncheck) -# @(cd thermal; $(MAKE) uncheck) + @(cd thermal; $(MAKE) uncheck)
recheck: uncheck check