]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/thermal/Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[mirror_ubuntu-bionic-kernel.git] / drivers / thermal / Makefile
1 #
2 # Makefile for sensor chip drivers.
3 #
4
5 obj-$(CONFIG_THERMAL) += thermal_sys.o
6
7 # governors
8 obj-$(CONFIG_FAIR_SHARE) += fair_share.o
9 obj-$(CONFIG_STEP_WISE) += step_wise.o
10 obj-$(CONFIG_USER_SPACE) += user_space.o
11
12 # cpufreq cooling
13 obj-$(CONFIG_CPU_THERMAL) += cpu_cooling.o
14
15 # platform thermal drivers
16 obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
17 obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
18 obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o
19 obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o
20 obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o