diff options
Diffstat (limited to 'drivers/acpi/Makefile')
-rw-r--r-- | drivers/acpi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index bce34afadcd0..144671a2030f 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile | |||
@@ -41,6 +41,7 @@ acpi-$(CONFIG_ACPI_DOCK) += dock.o | |||
41 | acpi-y += pci_root.o pci_link.o pci_irq.o | 41 | acpi-y += pci_root.o pci_link.o pci_irq.o |
42 | acpi-$(CONFIG_X86_INTEL_LPSS) += acpi_lpss.o | 42 | acpi-$(CONFIG_X86_INTEL_LPSS) += acpi_lpss.o |
43 | acpi-y += acpi_platform.o | 43 | acpi-y += acpi_platform.o |
44 | acpi-y += acpi_pnp.o | ||
44 | acpi-y += power.o | 45 | acpi-y += power.o |
45 | acpi-y += event.o | 46 | acpi-y += event.o |
46 | acpi-y += sysfs.o | 47 | acpi-y += sysfs.o |