]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/thermal/Makefile
drivers/thermal/Makefile refactor
[mirror_ubuntu-bionic-kernel.git] / drivers / thermal / Makefile
CommitLineData
203d3d4a
ZR
1#
2# Makefile for sensor chip drivers.
3#
4
63c4ec90 5obj-$(CONFIG_THERMAL) += thermal_sys.o
445110e9
ZR
6
7# governors
8obj-$(CONFIG_FAIR_SHARE) += fair_share.o
9obj-$(CONFIG_STEP_WISE) += step_wise.o
10obj-$(CONFIG_USER_SPACE) += user_space.o
11
12# cpufreq cooling
13obj-$(CONFIG_CPU_THERMAL) += cpu_cooling.o
14
15# platform thermal drivers
16obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
1e426ffd 17obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
445110e9 18obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o