summaryrefslogtreecommitdiffstats
path: root/drivers/staging/omap-thermal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/omap-thermal/Makefile')
-rw-r--r--drivers/staging/omap-thermal/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/staging/omap-thermal/Makefile b/drivers/staging/omap-thermal/Makefile
new file mode 100644
index 000000000000..091c4d20b14d
--- /dev/null
+++ b/drivers/staging/omap-thermal/Makefile
@@ -0,0 +1,5 @@
+obj-$(CONFIG_OMAP_BANDGAP) += omap-thermal.o
+omap-thermal-y := omap-bandgap.o
+omap-thermal-$(CONFIG_OMAP_THERMAL) += omap-thermal-common.o
+omap-thermal-$(CONFIG_OMAP4_THERMAL) += omap4-thermal.o
+omap-thermal-$(CONFIG_OMAP5_THERMAL) += omap5-thermal.o