diff options
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 9663132ed825..86c8654a0ca9 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -8,7 +8,7 @@ | |||
8 | obj-$(CONFIG_PCI) += pci/ | 8 | obj-$(CONFIG_PCI) += pci/ |
9 | obj-$(CONFIG_PARISC) += parisc/ | 9 | obj-$(CONFIG_PARISC) += parisc/ |
10 | obj-y += video/ | 10 | obj-y += video/ |
11 | obj-$(CONFIG_ACPI_BOOT) += acpi/ | 11 | obj-$(CONFIG_ACPI) += acpi/ |
12 | # PnP must come after ACPI since it will eventually need to check if acpi | 12 | # PnP must come after ACPI since it will eventually need to check if acpi |
13 | # was used and do nothing if so | 13 | # was used and do nothing if so |
14 | obj-$(CONFIG_PNP) += pnp/ | 14 | obj-$(CONFIG_PNP) += pnp/ |