xref: /linux/drivers/thermal/renesas/Makefile (revision 56019d4ff8dd5ef16915c2605988c4022a46019c)
1# SPDX-License-Identifier: GPL-2.0-only
2
3obj-$(CONFIG_RCAR_GEN3_THERMAL)	+= rcar_gen3_thermal.o
4obj-$(CONFIG_RCAR_THERMAL)	+= rcar_thermal.o
5obj-$(CONFIG_RZG2L_THERMAL)	+= rzg2l_thermal.o
6obj-$(CONFIG_RZG3E_THERMAL)	+= rzg3e_thermal.o
7obj-$(CONFIG_RZG3S_THERMAL)	+= rzg3s_thermal.o
8