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 7891904419fc..03a81a844d23 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile | |||
@@ -38,6 +38,7 @@ acpi-$(CONFIG_ACPI_DOCK) += dock.o | |||
38 | acpi-y += pci_root.o pci_link.o pci_irq.o pci_bind.o | 38 | acpi-y += pci_root.o pci_link.o pci_irq.o pci_bind.o |
39 | acpi-y += power.o | 39 | acpi-y += power.o |
40 | acpi-y += system.o event.o | 40 | acpi-y += system.o event.o |
41 | acpi-y += sysfs.o | ||
41 | acpi-$(CONFIG_ACPI_DEBUG) += debug.o | 42 | acpi-$(CONFIG_ACPI_DEBUG) += debug.o |
42 | acpi-$(CONFIG_DEBUG_FS) += debugfs.o | 43 | acpi-$(CONFIG_DEBUG_FS) += debugfs.o |
43 | acpi-$(CONFIG_ACPI_NUMA) += numa.o | 44 | acpi-$(CONFIG_ACPI_NUMA) += numa.o |