diff options
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r-- | drivers/pci/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index adb74253a996..8674c1ebe979 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile | |||
@@ -10,9 +10,6 @@ obj-$(CONFIG_SYSFS) += slot.o | |||
10 | 10 | ||
11 | obj-$(CONFIG_PCI_QUIRKS) += quirks.o | 11 | obj-$(CONFIG_PCI_QUIRKS) += quirks.o |
12 | 12 | ||
13 | obj-$(CONFIG_PCI_LEGACY) += legacy.o | ||
14 | CFLAGS_legacy.o += -Wno-deprecated-declarations | ||
15 | |||
16 | # Build PCI Express stuff if needed | 13 | # Build PCI Express stuff if needed |
17 | obj-$(CONFIG_PCIEPORTBUS) += pcie/ | 14 | obj-$(CONFIG_PCIEPORTBUS) += pcie/ |
18 | 15 | ||