summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/samsung/Makefile
diff options
context:
space:
mode:
authorAmit Daniel Kachhap2013-06-24 12:50:28 +0200
committerEduardo Valentin2013-08-13 15:52:00 +0200
commite6b7991ed50fea9bf8b36e8a4794ee36d35e1651 (patch)
tree3c111d0a4e6663c9f4b92931d9d7cf84f0a65260 /drivers/thermal/samsung/Makefile
parentthermal: exynos: Move exynos_thermal.h from include/* to driver/* folder (diff)
downloadkernel-qcow2-linux-e6b7991ed50fea9bf8b36e8a4794ee36d35e1651.tar.gz
kernel-qcow2-linux-e6b7991ed50fea9bf8b36e8a4794ee36d35e1651.tar.xz
kernel-qcow2-linux-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