1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0 2*4882a593Smuzhiyunobj-$(CONFIG_INT340X_THERMAL) += int3400_thermal.o 3*4882a593Smuzhiyunobj-$(CONFIG_INT340X_THERMAL) += int340x_thermal_zone.o 4*4882a593Smuzhiyunobj-$(CONFIG_INT340X_THERMAL) += int3402_thermal.o 5*4882a593Smuzhiyunobj-$(CONFIG_INT340X_THERMAL) += int3403_thermal.o 6*4882a593Smuzhiyunobj-$(CONFIG_INT340X_THERMAL) += processor_thermal_device.o 7*4882a593Smuzhiyunobj-$(CONFIG_INT3406_THERMAL) += int3406_thermal.o 8*4882a593Smuzhiyunobj-$(CONFIG_ACPI_THERMAL_REL) += acpi_thermal_rel.o 9