diff options
Diffstat (limited to 'arch/mips/pci/Makefile')
-rw-r--r-- | arch/mips/pci/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/pci/Makefile b/arch/mips/pci/Makefile index 139ad1d7ab5e..4b821481dd44 100644 --- a/arch/mips/pci/Makefile +++ b/arch/mips/pci/Makefile | |||
@@ -3,6 +3,8 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y += pci.o | 5 | obj-y += pci.o |
6 | obj-$(CONFIG_PCI_DRIVERS_LEGACY)+= pci-legacy.o | ||
7 | obj-$(CONFIG_PCI_DRIVERS_GENERIC)+= pci-generic.o | ||
6 | 8 | ||
7 | # | 9 | # |
8 | # PCI bus host bridge specific code | 10 | # PCI bus host bridge specific code |