diff options
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r-- | drivers/thermal/Makefile | 6 |
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 | |||
6 | thermal_sys-y += thermal_core.o | 6 | thermal_sys-y += thermal_core.o |
7 | 7 | ||
8 | # governors | 8 | # governors |
9 | obj-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += fair_share.o | 9 | thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += fair_share.o |
10 | obj-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o | 10 | thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o |
11 | obj-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o | 11 | thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o |
12 | 12 | ||
13 | # cpufreq cooling | 13 | # cpufreq cooling |
14 | obj-$(CONFIG_CPU_THERMAL) += cpu_cooling.o | 14 | obj-$(CONFIG_CPU_THERMAL) += cpu_cooling.o |