diff options
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r-- | drivers/pci/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 77cf813ba264..98d61c8e984b 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile | |||
@@ -54,8 +54,9 @@ obj-$(CONFIG_TILE) += setup-bus.o setup-irq.o | |||
54 | 54 | ||
55 | # | 55 | # |
56 | # ACPI Related PCI FW Functions | 56 | # ACPI Related PCI FW Functions |
57 | # ACPI _DSM provided firmware instance and string name | ||
57 | # | 58 | # |
58 | obj-$(CONFIG_ACPI) += pci-acpi.o | 59 | obj-$(CONFIG_ACPI) += pci-acpi.o pci-label.o |
59 | 60 | ||
60 | # SMBIOS provided firmware instance and labels | 61 | # SMBIOS provided firmware instance and labels |
61 | obj-$(CONFIG_DMI) += pci-label.o | 62 | obj-$(CONFIG_DMI) += pci-label.o |