diff options
Diffstat (limited to 'drivers/acpi/Makefile')
-rw-r--r-- | drivers/acpi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index ad67e8f61e6c..952ab352af9e 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile | |||
@@ -15,7 +15,7 @@ EXTRA_CFLAGS += $(ACPI_CFLAGS) | |||
15 | # | 15 | # |
16 | # ACPI Boot-Time Table Parsing | 16 | # ACPI Boot-Time Table Parsing |
17 | # | 17 | # |
18 | obj-$(CONFIG_ACPI_BOOT) += tables.o | 18 | obj-y += tables.o |
19 | obj-$(CONFIG_ACPI_INTERPRETER) += blacklist.o | 19 | obj-$(CONFIG_ACPI_INTERPRETER) += blacklist.o |
20 | 20 | ||
21 | # | 21 | # |