diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2014-10-06 09:59:15 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-10-06 09:59:15 -0600 |
commit | f92d9ee3ab39841d1f29f2d1aa96ff7c74b36ee1 (patch) | |
tree | c747c9ce1882b9a08d284603717890c5ef81bbf7 /drivers/pci/host/Makefile | |
parent | 55dd4175a4bc10d943c159dabef552baaf459a59 (diff) | |
parent | 767ebaff4ef7235eb49ddec5d48db97b17c37cf5 (diff) | |
download | blackbird-op-linux-f92d9ee3ab39841d1f29f2d1aa96ff7c74b36ee1.tar.gz blackbird-op-linux-f92d9ee3ab39841d1f29f2d1aa96ff7c74b36ee1.zip |
Merge branch 'pci/host-xgene' into next
* pci/host-xgene:
arm64: dts: Add APM X-Gene PCIe device tree nodes
PCI: xgene: Add APM X-Gene PCIe driver
Conflicts:
drivers/pci/host/Kconfig
drivers/pci/host/Makefile
Diffstat (limited to 'drivers/pci/host/Makefile')
-rw-r--r-- | drivers/pci/host/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/Makefile b/drivers/pci/host/Makefile index 182929cdbcd9..26b3461d68d7 100644 --- a/drivers/pci/host/Makefile +++ b/drivers/pci/host/Makefile @@ -10,3 +10,4 @@ obj-$(CONFIG_PCI_HOST_GENERIC) += pci-host-generic.o obj-$(CONFIG_PCIE_SPEAR13XX) += pcie-spear13xx.o obj-$(CONFIG_PCI_KEYSTONE) += pci-keystone-dw.o pci-keystone.o obj-$(CONFIG_PCIE_XILINX) += pcie-xilinx.o +obj-$(CONFIG_PCI_XGENE) += pci-xgene.o |