diff options
-rw-r--r-- | drivers/acpi/Makefile | 1 | ||||
-rw-r--r-- | drivers/acpi/dptf/Makefile | 3 | ||||
-rw-r--r-- | drivers/acpi/dptf/int340x_thermal.c (renamed from drivers/acpi/int340x_thermal.c) | 0 |
3 files changed, 3 insertions, 1 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index f6d0cc0fb4e1..0325a539b1c8 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile | |||
@@ -44,7 +44,6 @@ acpi-y += acpi_lpss.o acpi_apd.o | |||
44 | acpi-y += acpi_platform.o | 44 | acpi-y += acpi_platform.o |
45 | acpi-y += acpi_pnp.o | 45 | acpi-y += acpi_pnp.o |
46 | acpi-$(CONFIG_ARM_AMBA) += acpi_amba.o | 46 | acpi-$(CONFIG_ARM_AMBA) += acpi_amba.o |
47 | acpi-y += int340x_thermal.o | ||
48 | acpi-y += power.o | 47 | acpi-y += power.o |
49 | acpi-y += event.o | 48 | acpi-y += event.o |
50 | acpi-$(CONFIG_ACPI_REDUCED_HARDWARE_ONLY) += evged.o | 49 | acpi-$(CONFIG_ACPI_REDUCED_HARDWARE_ONLY) += evged.o |
diff --git a/drivers/acpi/dptf/Makefile b/drivers/acpi/dptf/Makefile index 62cbe8753a19..06ea8809583d 100644 --- a/drivers/acpi/dptf/Makefile +++ b/drivers/acpi/dptf/Makefile | |||
@@ -1 +1,4 @@ | |||
1 | obj-$(CONFIG_ACPI) += int340x_thermal.o | ||
1 | obj-$(CONFIG_DPTF_POWER) += dptf_power.o | 2 | obj-$(CONFIG_DPTF_POWER) += dptf_power.o |
3 | |||
4 | ccflags-y += -Idrivers/acpi | ||
diff --git a/drivers/acpi/int340x_thermal.c b/drivers/acpi/dptf/int340x_thermal.c index 33505c651f62..33505c651f62 100644 --- a/drivers/acpi/int340x_thermal.c +++ b/drivers/acpi/dptf/int340x_thermal.c | |||