diff options
author | Zhang Rui <rui.zhang@intel.com> | 2015-11-03 15:24:40 +0800 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2015-11-03 15:24:40 +0800 |
commit | c75960aa7a4ef09bb768fa474071f4190adae49c (patch) | |
tree | f2bae724550db82264c525d9edfdec8705327817 /drivers/thermal/Makefile | |
parent | 049e6dde7e57f0054fdc49102e7ef4830c698b46 (diff) | |
parent | 8fb2b9ac2aadd6d87f89071c2c85f8c12b41c943 (diff) | |
download | linux-c75960aa7a4ef09bb768fa474071f4190adae49c.tar.bz2 |
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r-- | drivers/thermal/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index 26f160809959..cfae6a654793 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -22,6 +22,9 @@ thermal_sys-$(CONFIG_CPU_THERMAL) += cpu_cooling.o # clock cooling thermal_sys-$(CONFIG_CLOCK_THERMAL) += clock_cooling.o +# devfreq cooling +thermal_sys-$(CONFIG_DEVFREQ_THERMAL) += devfreq_cooling.o + # platform thermal drivers obj-$(CONFIG_QCOM_SPMI_TEMP_ALARM) += qcom-spmi-temp-alarm.o obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o |