xref: /openbmc/linux/drivers/thermal/Makefile (revision 445110e9)
1203d3d4aSZhang Rui#
2203d3d4aSZhang Rui# Makefile for sensor chip drivers.
3203d3d4aSZhang Rui#
4203d3d4aSZhang Rui
563c4ec90SZhang Ruiobj-$(CONFIG_THERMAL)		+= thermal_sys.o
6445110e9SZhang Rui
7445110e9SZhang Rui# governors
84ccc5743SDurgadoss Robj-$(CONFIG_FAIR_SHARE)	+= fair_share.o
9e151a202SDurgadoss Robj-$(CONFIG_STEP_WISE)		+= step_wise.o
101cc807a2SDurgadoss Robj-$(CONFIG_USER_SPACE)	+= user_space.o
11445110e9SZhang Rui
12445110e9SZhang Rui# cpufreq cooling
13445110e9SZhang Ruiobj-$(CONFIG_CPU_THERMAL)	+= cpu_cooling.o
14445110e9SZhang Rui
15445110e9SZhang Rui# platform thermal drivers
16445110e9SZhang Ruiobj-$(CONFIG_SPEAR_THERMAL)	+= spear_thermal.o
17445110e9SZhang Ruiobj-$(CONFIG_RCAR_THERMAL)	+= rcar_thermal.o
18445110e9SZhang Ruiobj-$(CONFIG_EXYNOS_THERMAL)	+= exynos_thermal.o
19