summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/samsung/Makefile
diff options
context:
space:
mode:
authorAmit Daniel Kachhap <amit.daniel@samsung.com>2013-06-24 16:20:28 +0530
committerEduardo Valentin <eduardo.valentin@ti.com>2013-08-13 09:52:00 -0400
commite6b7991ed50fea9bf8b36e8a4794ee36d35e1651 (patch)
tree3c111d0a4e6663c9f4b92931d9d7cf84f0a65260 /drivers/thermal/samsung/Makefile
parent0c1836a6563decc6de8622b2ed71523b3bdceb65 (diff)
downloadlinux-stable-e6b7991ed50fea9bf8b36e8a4794ee36d35e1651.tar.gz
linux-stable-e6b7991ed50fea9bf8b36e8a4794ee36d35e1651.tar.bz2
linux-stable-e6b7991ed50fea9bf8b36e8a4794ee36d35e1651.zip
thermal: exynos: Bifurcate exynos tmu driver and configuration data
This code splits the exynos tmu driver code into SOC specific data parts. This will simplify adding new SOC specific data to the same TMU controller. Acked-by: Kukjin Kim <kgene.kim@samsung.com> Acked-by: Jonghwa Lee <jonghwa3.lee@samsung.com> Acked-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Amit Daniel Kachhap <amit.daniel@samsung.com> Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Diffstat (limited to 'drivers/thermal/samsung/Makefile')
-rw-r--r--drivers/thermal/samsung/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/samsung/Makefile b/drivers/thermal/samsung/Makefile
index 22528d6fa7f3..c09d83095dc2 100644
--- a/drivers/thermal/samsung/Makefile
+++ b/drivers/thermal/samsung/Makefile
@@ -3,4 +3,5 @@
#
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