summaryrefslogtreecommitdiff
path: root/drivers/thermal/ti-soc-thermal/Makefile
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2015-04-02 16:49:07 +0200
committerEduardo Valentin <edubezval@gmail.com>2015-09-29 14:08:24 -0700
commit9c5c87e5936e792ddca5cb876d523b6e5d6042e6 (patch)
tree18d63661a27fcf0f0ed36063545b3b6488435bb5 /drivers/thermal/ti-soc-thermal/Makefile
parent3225031fbeb1e32b269a82eccd815128267a4bfe (diff)
ti-soc-thermal: implement omap3 support
This adds support for OMAP3 chips to ti-soc-thermal. As requested by TI people, it is marked unreliable and warning is printed. Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/ti-soc-thermal/Makefile')
-rw-r--r--drivers/thermal/ti-soc-thermal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/ti-soc-thermal/Makefile b/drivers/thermal/ti-soc-thermal/Makefile
index 1226b2484e55..0f89bdf03790 100644
--- a/drivers/thermal/ti-soc-thermal/Makefile
+++ b/drivers/thermal/ti-soc-thermal/Makefile
@@ -2,5 +2,6 @@ obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal.o
ti-soc-thermal-y := ti-bandgap.o
ti-soc-thermal-$(CONFIG_TI_THERMAL) += ti-thermal-common.o
ti-soc-thermal-$(CONFIG_DRA752_THERMAL) += dra752-thermal-data.o
+ti-soc-thermal-$(CONFIG_OMAP3_THERMAL) += omap3-thermal-data.o
ti-soc-thermal-$(CONFIG_OMAP4_THERMAL) += omap4-thermal-data.o
ti-soc-thermal-$(CONFIG_OMAP5_THERMAL) += omap5-thermal-data.o