diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-02-15 14:18:17 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-02-21 22:00:26 +0100 |
commit | feb85d9b1c47ea8dbcae559ff127b433fdb245b7 (patch) | |
tree | 456e5523951340162218118087acd49303d5fc05 /drivers/pci/dwc/Makefile | |
parent | PCI: dwc: designware: Fix style errors in pcie-designware.c (diff) | |
download | linux-feb85d9b1c47ea8dbcae559ff127b433fdb245b7.tar.xz linux-feb85d9b1c47ea8dbcae559ff127b433fdb245b7.zip |
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/Makefile | 2 |
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 |