diff options
author | Amit Kucheria <amit.kucheria@linaro.org> | 2018-12-07 07:55:26 +0100 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2018-12-07 09:48:47 +0100 |
commit | 3e8c4d31f8eddc957ee293b3556586ee698d9a21 (patch) | |
tree | e531ecd7a8b3736bed325d28dddc52abd6b0edfb /drivers/thermal/int340x_thermal/Makefile | |
parent | thermal: zx2967_thermal: simplify getting .driver_data (diff) | |
download | linux-3e8c4d31f8eddc957ee293b3556586ee698d9a21.tar.xz linux-3e8c4d31f8eddc957ee293b3556586ee698d9a21.zip |
drivers: thermal: Move various drivers for intel platforms into a subdir
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>
Diffstat (limited to 'drivers/thermal/int340x_thermal/Makefile')
-rw-r--r-- | drivers/thermal/int340x_thermal/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/thermal/int340x_thermal/Makefile b/drivers/thermal/int340x_thermal/Makefile deleted file mode 100644 index 287eb0a1476d..000000000000 --- a/drivers/thermal/int340x_thermal/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# 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 |