diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2013-10-31 13:58:49 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-10-31 13:58:49 -0600 |
commit | 4efc52a9c22d4795e6960c1baf41e0f7e440682a (patch) | |
tree | b09610d85e7ad66bdc188faf27f045d3f3e31739 /drivers/pci/host/Makefile | |
parent | 40246603f8f4df99c7cdb88b2d472837e9e5a270 (diff) | |
parent | ba3eb9fce31571257f90c5e610ad74d6dd59b1f2 (diff) |
Merge branch 'pci/host-rcar' into next
* pci/host-rcar:
PCI: Add R-Car Gen2 internal PCI support
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 287d6a053dda..13fb3333aa05 100644 --- a/drivers/pci/host/Makefile +++ b/drivers/pci/host/Makefile @@ -3,3 +3,4 @@ obj-$(CONFIG_PCI_EXYNOS) += pci-exynos.o obj-$(CONFIG_PCI_IMX6) += pci-imx6.o obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o obj-$(CONFIG_PCI_TEGRA) += pci-tegra.o +obj-$(CONFIG_PCI_RCAR_GEN2) += pci-rcar-gen2.o |