summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Makefile
diff options
context:
space:
mode:
authorZhang Rui2013-03-26 16:57:01 +0100
committerZhang Rui2013-04-14 17:28:49 +0200
commitbbf7fc88c78f7317e2cdcf77e974c8a9a8312641 (patch)
treed9a1610c07b32079facb04fae14b1d55b48440f1 /drivers/thermal/Makefile
parentThermal: build thermal governors into thermal_sys module (diff)
downloadkernel-qcow2-linux-bbf7fc88c78f7317e2cdcf77e974c8a9a8312641.tar.gz
kernel-qcow2-linux-bbf7fc88c78f7317e2cdcf77e974c8a9a8312641.tar.xz
kernel-qcow2-linux-bbf7fc88c78f7317e2cdcf77e974c8a9a8312641.zip
Thermal: build cpu_cooling code into thermal_sys module
Signed-off-by: Zhang Rui <rui.zhang@intel.com> Acked-by: Eduardo Valentin <eduardo.valentin@ti.com> Acked-by: Durgadoss R <durgadoss.r@intel.com>
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r--drivers/thermal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile
index b17bfb055498..c054d410ac3f 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -11,7 +11,7 @@ thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o
thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o
# cpufreq cooling
-obj-$(CONFIG_CPU_THERMAL) += cpu_cooling.o
+thermal_sys-$(CONFIG_CPU_THERMAL) += cpu_cooling.o
# platform thermal drivers
obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o