summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/samsung/Makefile
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2015-01-23 13:10:08 +0100
committerEduardo Valentin <edubezval@gmail.com>2015-01-24 17:39:32 -0400
commit3b6a1a805f342472a0e68e2a0eb1decaadf7fa02 (patch)
treec0b614566c843b5339a0485c1b253589c6e4f029 /drivers/thermal/samsung/Makefile
parentd29f0a10955bb1c5564e186202047cadd52ba3f2 (diff)
downloadlinux-3b6a1a805f342472a0e68e2a0eb1decaadf7fa02.tar.bz2
thermal: samsung: core: Exynos TMU rework to use device tree for configuration
This patch brings support for providing configuration via device tree. Previously this data has been hardcoded in the exynos_tmu_data.c file. Such approach was not scalable and very often required copying the whole data. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/samsung/Makefile')
-rw-r--r--drivers/thermal/samsung/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/thermal/samsung/Makefile b/drivers/thermal/samsung/Makefile
index c09d83095dc2..1e47d0d89ce0 100644
--- a/drivers/thermal/samsung/Makefile
+++ b/drivers/thermal/samsung/Makefile
@@ -3,5 +3,3 @@
#
obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o
exynos_thermal-y := exynos_tmu.o
-exynos_thermal-y += exynos_tmu_data.o
-exynos_thermal-$(CONFIG_EXYNOS_THERMAL_CORE) += exynos_thermal_common.o