diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-07-31 17:14:10 +0900 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-08-12 12:18:20 -0600 |
commit | 4b1ced841b2e31470ae4bb47988891754ce4d8c7 (patch) | |
tree | 8fdf59944d73d9b946922e9d3c42239acce6aa8f /drivers/pci/host/Makefile | |
parent | 5477a33b51b7282aca731213dc592b5f0c4e7c13 (diff) | |
download | blackbird-op-linux-4b1ced841b2e31470ae4bb47988891754ce4d8c7.tar.gz blackbird-op-linux-4b1ced841b2e31470ae4bb47988891754ce4d8c7.zip |
PCI: exynos: Split into Synopsys part and Exynos part
Exynos PCIe IP consists of Synopsys specific part and Exynos
specific part. Only core block is a Synopsys Designware part;
other parts are Exynos specific.
Also, the Synopsys Designware part can be shared with other
platforms; thus, it can be split two parts such as Synopsys
Designware part and Exynos specific part.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Pratyush Anand <pratyush.anand@st.com>
Cc: Mohit KUMAR <Mohit.KUMAR@st.com>
Diffstat (limited to 'drivers/pci/host/Makefile')
-rw-r--r-- | drivers/pci/host/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pci/host/Makefile b/drivers/pci/host/Makefile index 086d8500e849..ab79ccb5bbff 100644 --- a/drivers/pci/host/Makefile +++ b/drivers/pci/host/Makefile @@ -1,2 +1,3 @@ -obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o obj-$(CONFIG_PCIE_DW) += pcie-designware.o +obj-$(CONFIG_PCI_EXYNOS) += pci-exynos.o +obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o |