aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r--drivers/thermal/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile
index 1bf2eab50b27..b17bfb055498 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -6,9 +6,9 @@ obj-$(CONFIG_THERMAL) += thermal_sys.o
6thermal_sys-y += thermal_core.o 6thermal_sys-y += thermal_core.o
7 7
8# governors 8# governors
9obj-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += fair_share.o 9thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += fair_share.o
10obj-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o 10thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o
11obj-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o 11thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o
12 12
13# cpufreq cooling 13# cpufreq cooling
14obj-$(CONFIG_CPU_THERMAL) += cpu_cooling.o 14obj-$(CONFIG_CPU_THERMAL) += cpu_cooling.o