3e8c4d31f8
This cleans up the directory a bit, now that we have several other platforms using platform-specific sub-directories. Compile-tested with ARCH=x86 defconfig and the drivers explicitly enabled with menuconfig. Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
9 lines
408 B
Makefile
9 lines
408 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
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
|