diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2015-11-03 08:39:19 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-11-03 08:39:19 -0600 |
commit | 4ed31f24a6416cc60bc8e92c25b2de3060fbedf8 (patch) | |
tree | f3ae3c8f4ad382bff930ff200861352a5a6b9838 /drivers/pci/host/Makefile | |
parent | c2df02bdaac28bedcee6b9921b7c2927dafac471 (diff) | |
parent | 500a1d9a43e0a16e3cfc48f4b192ad421d4de376 (diff) |
Merge branch 'pci/host-hisi' into next
* pci/host-hisi:
PCI: hisi: Add HiSilicon SoC Hip05 PCIe driver
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 6c4913dfd235..9d4d3c6924a1 100644 --- a/drivers/pci/host/Makefile +++ b/drivers/pci/host/Makefile @@ -19,3 +19,4 @@ obj-$(CONFIG_PCIE_IPROC_PLATFORM) += pcie-iproc-platform.o obj-$(CONFIG_PCIE_IPROC_BCMA) += pcie-iproc-bcma.o obj-$(CONFIG_PCIE_ALTERA) += pcie-altera.o obj-$(CONFIG_PCIE_ALTERA_MSI) += pcie-altera-msi.o +obj-$(CONFIG_PCI_HISI) += pcie-hisi.o |