a3c89334f0
INT3406 ACPI device object resembles an ACPI video output device, but its _BCM is said to be deprecated and should not be used. So we will make use of the raw interface to do the actual cooling. Signed-off-by: Aaron Lu <aaron.lu@intel.com> Acked-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
8 lines
373 B
Makefile
8 lines
373 B
Makefile
obj-$(CONFIG_INT340X_THERMAL) += int3400_thermal.o
|
|
obj-$(CONFIG_INT340X_THERMAL) += int340x_thermal_zone.o
|
|
obj-$(CONFIG_INT340X_THERMAL) += int3402_thermal.o
|
|
obj-$(CONFIG_INT340X_THERMAL) += int3403_thermal.o
|
|
obj-$(CONFIG_INT340X_THERMAL) += processor_thermal_device.o
|
|
obj-$(CONFIG_INT3406_THERMAL) += int3406_thermal.o
|
|
obj-$(CONFIG_ACPI_THERMAL_REL) += acpi_thermal_rel.o
|