summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc/Makefile
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2017-02-15 18:48:17 +0530
committerBjorn Helgaas <bhelgaas@google.com>2017-02-21 15:00:26 -0600
commitfeb85d9b1c47ea8dbcae559ff127b433fdb245b7 (patch)
tree456e5523951340162218118087acd49303d5fc05 /drivers/pci/dwc/Makefile
parent314fc854f50317931fb4dfaab431695ab886e8de (diff)
downloadlinux-feb85d9b1c47ea8dbcae559ff127b433fdb245b7.tar.bz2
PCI: dwc: Split pcie-designware.c into host and core files
Split pcie-designware.c into pcie-designware-host.c that contains the host specific parts of the driver and pcie-designware.c that contains the parts used by both host driver and endpoint driver. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/dwc/Makefile')
-rw-r--r--drivers/pci/dwc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/dwc/Makefile b/drivers/pci/dwc/Makefile
index 7d27c143ae7a..3b57e55d97b3 100644
--- a/drivers/pci/dwc/Makefile
+++ b/drivers/pci/dwc/Makefile
@@ -1,4 +1,4 @@
-obj-$(CONFIG_PCIE_DW) += pcie-designware.o
+obj-$(CONFIG_PCIE_DW) += pcie-designware.o pcie-designware-host.o
obj-$(CONFIG_PCIE_DW_PLAT) += pcie-designware-plat.o
obj-$(CONFIG_PCI_DRA7XX) += pci-dra7xx.o
obj-$(CONFIG_PCI_EXYNOS) += pci-exynos.o