Makefile 1.1 KB
Newer Older
Z
Zhang Rui 已提交
1 2 3 4
#
# Makefile for sensor chip drivers.
#

5
obj-$(CONFIG_THERMAL)		+= thermal_sys.o
6
thermal_sys-y			+= thermal_core.o
Z
Zhang Rui 已提交
7

8 9 10
# interface to/from other layers providing sensors
thermal_sys-$(CONFIG_THERMAL_HWMON)		+= thermal_hwmon.o

Z
Zhang Rui 已提交
11
# governors
12 13 14
thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE)	+= fair_share.o
thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE)	+= step_wise.o
thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE)	+= user_space.o
Z
Zhang Rui 已提交
15 16

# cpufreq cooling
17
thermal_sys-$(CONFIG_CPU_THERMAL)	+= cpu_cooling.o
Z
Zhang Rui 已提交
18 19 20

# platform thermal drivers
obj-$(CONFIG_SPEAR_THERMAL)	+= spear_thermal.o
21
obj-$(CONFIG_RCAR_THERMAL)	+= rcar_thermal.o
22
obj-$(CONFIG_KIRKWOOD_THERMAL)  += kirkwood_thermal.o
23
obj-y				+= samsung/
24
obj-$(CONFIG_DOVE_THERMAL)  	+= dove_thermal.o
25
obj-$(CONFIG_DB8500_THERMAL)	+= db8500_thermal.o
26
obj-$(CONFIG_ARMADA_THERMAL)	+= armada_thermal.o
27
obj-$(CONFIG_IMX_THERMAL)	+= imx_thermal.o
28
obj-$(CONFIG_DB8500_CPUFREQ_COOLING)	+= db8500_cpufreq_cooling.o
29
obj-$(CONFIG_INTEL_POWERCLAMP)	+= intel_powerclamp.o
30
obj-$(CONFIG_X86_PKG_TEMP_THERMAL)	+= x86_pkg_temp_thermal.o
31
obj-$(CONFIG_TI_SOC_THERMAL)	+= ti-soc-thermal/