summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/Makefile
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2021-11-05 19:28:51 +0300
committerBjorn Helgaas <bhelgaas@google.com>2021-11-05 19:28:51 +0300
commit83e168d607d6783db5c18203076d3785b20e7f9e (patch)
tree33c8f9a19dd02dbb70b877ee0acefdfa739baae0 /drivers/pci/controller/Makefile
parent581e8fcec53c61b015ccd5ad1c169c7bfa220856 (diff)
parent370ea5aa50d66c6447300d23467cdd1efd0efa72 (diff)
downloadlinux-83e168d607d6783db5c18203076d3785b20e7f9e.tar.xz
Merge branch 'pci/host/mt7621'
- Add MediaTek MT7621 SoC PCIe host controller (moved from staging) (Sergio Paracuellos) * pci/host/mt7621: MAINTAINERS: Add Sergio Paracuellos as MT7621 PCIe maintainer PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver dt-bindings: PCI: Add MT7621 SoC PCIe host controller # Conflicts: # drivers/pci/controller/Kconfig # drivers/pci/controller/Makefile
Diffstat (limited to 'drivers/pci/controller/Makefile')
-rw-r--r--drivers/pci/controller/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/controller/Makefile b/drivers/pci/controller/Makefile
index f9d40bad932c..37c8663de7fe 100644
--- a/drivers/pci/controller/Makefile
+++ b/drivers/pci/controller/Makefile
@@ -38,6 +38,8 @@ obj-$(CONFIG_PCIE_BRCMSTB) += pcie-brcmstb.o
obj-$(CONFIG_PCI_LOONGSON) += pci-loongson.o
obj-$(CONFIG_PCIE_HISI_ERR) += pcie-hisi-error.o
obj-$(CONFIG_PCIE_APPLE) += pcie-apple.o
+obj-$(CONFIG_PCIE_MT7621) += pcie-mt7621.o
+
# pcie-hisi.o quirks are needed even without CONFIG_PCIE_DW
obj-y += dwc/
obj-y += mobiveil/