aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/host/Makefile
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2014-05-30 11:40:13 -0600
committerBjorn Helgaas <bhelgaas@google.com>2014-05-30 11:40:13 -0600
commitd785260e2f57d87de5c059de2dabc3cd31b745f0 (patch)
tree3218775e396bde8b8139a8c3a01bb95cdc0822c2 /drivers/pci/host/Makefile
parentfdaf36bd360fe1e74b34262ad705ef39d52c12de (diff)
parentcf28855ba7e03f2e2ce85166c117c7b6100dc710 (diff)
Merge branch 'pci/host-generic' into next
* pci/host-generic: MAINTAINERS: Add generic PCI host controller driver PCI: generic: Add generic PCI host controller driver Conflicts: drivers/pci/host/Kconfig drivers/pci/host/Makefile
Diffstat (limited to 'drivers/pci/host/Makefile')
-rw-r--r--drivers/pci/host/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/Makefile b/drivers/pci/host/Makefile
index 19946f9a4521..611ba4b48c94 100644
--- a/drivers/pci/host/Makefile
+++ b/drivers/pci/host/Makefile
@@ -5,3 +5,4 @@ obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o
obj-$(CONFIG_PCI_TEGRA) += pci-tegra.o
obj-$(CONFIG_PCI_RCAR_GEN2) += pci-rcar-gen2.o
obj-$(CONFIG_PCI_RCAR_GEN2_PCIE) += pcie-rcar.o
+obj-$(CONFIG_PCI_HOST_GENERIC) += pci-host-generic.o