diff options
Diffstat (limited to 'drivers/thermal/samsung/Makefile')
-rw-r--r-- | drivers/thermal/samsung/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/thermal/samsung/Makefile b/drivers/thermal/samsung/Makefile index 6227d4fbec08..22528d6fa7f3 100644 --- a/drivers/thermal/samsung/Makefile +++ b/drivers/thermal/samsung/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # | 1 | # |
2 | # Samsung thermal specific Makefile | 2 | # Samsung thermal specific Makefile |
3 | # | 3 | # |
4 | obj-$(CONFIG_EXYNOS_THERMAL) += exynos_soc_thermal.o | 4 | obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o |
5 | exynos_soc_thermal-y := exynos_thermal.o | 5 | exynos_thermal-y := exynos_tmu.o |
6 | exynos_soc_thermal-$(CONFIG_EXYNOS_THERMAL_CORE) += exynos_thermal_common.o | 6 | exynos_thermal-$(CONFIG_EXYNOS_THERMAL_CORE) += exynos_thermal_common.o |