summaryrefslogtreecommitdiff
path: root/drivers/thermal/renesas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/renesas/Makefile')
-rw-r--r--drivers/thermal/renesas/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/thermal/renesas/Makefile b/drivers/thermal/renesas/Makefile
new file mode 100644
index 000000000000..8f5ae9af277c
--- /dev/null
+++ b/drivers/thermal/renesas/Makefile
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+obj-$(CONFIG_RCAR_GEN3_THERMAL) += rcar_gen3_thermal.o
+obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
+obj-$(CONFIG_RZG2L_THERMAL) += rzg2l_thermal.o
+obj-$(CONFIG_RZG3E_THERMAL) += rzg3e_thermal.o
+obj-$(CONFIG_RZG3S_THERMAL) += rzg3s_thermal.o