blob: c054d410ac3f001e7192f63c0bf65767d55b22b3 [file] [log] [blame]
Zhang Rui203d3d42008-01-17 15:51:08 +08001#
2# Makefile for sensor chip drivers.
3#
4
Zhang Rui63c4ec92008-04-21 16:07:13 +08005obj-$(CONFIG_THERMAL) += thermal_sys.o
Zhang Rui5fc024a2013-03-26 14:59:18 +08006thermal_sys-y += thermal_core.o
Zhang Rui445110e2012-11-15 16:07:46 +08007
8# governors
Zhang Rui80a26a52013-03-26 16:38:29 +08009thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += fair_share.o
10thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o
11thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o
Zhang Rui445110e2012-11-15 16:07:46 +080012
13# cpufreq cooling
Zhang Ruibbf7fc82013-03-26 23:57:01 +080014thermal_sys-$(CONFIG_CPU_THERMAL) += cpu_cooling.o
Zhang Rui445110e2012-11-15 16:07:46 +080015
16# platform thermal drivers
17obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
Kuninori Morimoto1e426ff2012-07-21 10:53:48 +100018obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
Nobuhiro Iwamatsu7060aa32013-02-06 06:35:24 +000019obj-$(CONFIG_KIRKWOOD_THERMAL) += kirkwood_thermal.o
Zhang Rui445110e2012-11-15 16:07:46 +080020obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o
Andrew Lunn74ffa642013-02-06 06:35:26 +000021obj-$(CONFIG_DOVE_THERMAL) += dove_thermal.o
hongbo.zhangaa1acb02012-11-15 18:56:42 +080022obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o
Ezequiel Garciafa0d6542013-04-02 01:37:41 +000023obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o
hongbo.zhangaa1acb02012-11-15 18:56:42 +080024obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o
Jacob Pand6d71ee2013-01-21 04:37:57 -080025obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o
26