diff options
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r-- | drivers/thermal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index 574f5f505b9f..b32c35de67e7 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile | |||
@@ -15,6 +15,7 @@ obj-$(CONFIG_CPU_THERMAL) += cpu_cooling.o | |||
15 | # platform thermal drivers | 15 | # platform thermal drivers |
16 | obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o | 16 | obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o |
17 | obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o | 17 | obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o |
18 | obj-$(CONFIG_KIRKWOOD_THERMAL) += kirkwood_thermal.o | ||
18 | obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o | 19 | obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o |
19 | obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o | 20 | obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o |
20 | obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o | 21 | obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o |