brintos

brintos / linux-shallow public Read only

0
0
Text · 961 B · fe3f439 Raw
18 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-$(CONFIG_INT340X_THERMAL)	+= int3400_thermal.o3obj-$(CONFIG_INT340X_THERMAL)	+= int340x_thermal_zone.o4obj-$(CONFIG_INT340X_THERMAL)	+= int3402_thermal.o5obj-$(CONFIG_INT340X_THERMAL)	+= int3403_thermal.o6obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_device.o7obj-$(CONFIG_INT340X_THERMAL)	+= int3401_thermal.o8obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_device_pci_legacy.o9obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_device_pci.o10obj-$(CONFIG_PROC_THERMAL_MMIO_RAPL) += processor_thermal_rapl.o11obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_rfim.o12obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_mbox.o13obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_wt_req.o14obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_wt_hint.o15obj-$(CONFIG_INT340X_THERMAL)	+= processor_thermal_power_floor.o16obj-$(CONFIG_INT3406_THERMAL)	+= int3406_thermal.o17obj-$(CONFIG_ACPI_THERMAL_REL)	+= acpi_thermal_rel.o18