summaryrefslogtreecommitdiffstats
path: root/drivers/pci_endpoint/Makefile
diff options
context:
space:
mode:
authorRamon Fried <ramon.fried@gmail.com>2019-04-27 11:15:22 +0300
committerTom Rini <trini@konsulko.com>2019-07-11 10:05:15 -0400
commitc2ccc9e5cb9ac5547e063bc2bf35f6340b8f9362 (patch)
tree6ce71088d3d1aeaa68c5051011bdf766b2969b45 /drivers/pci_endpoint/Makefile
parent914026d25848b856a669d629cb284c34843d707e (diff)
downloadu-boot-c2ccc9e5cb9ac5547e063bc2bf35f6340b8f9362.tar.gz
u-boot-c2ccc9e5cb9ac5547e063bc2bf35f6340b8f9362.tar.xz
u-boot-c2ccc9e5cb9ac5547e063bc2bf35f6340b8f9362.zip
pci_ep: add Cadence PCIe endpoint driver
Add Cadence PCIe endpoint driver supporting configuration of header, bars and MSI for device. Signed-off-by: Ramon Fried <ramon.fried@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/pci_endpoint/Makefile')
-rw-r--r--drivers/pci_endpoint/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci_endpoint/Makefile b/drivers/pci_endpoint/Makefile
index 80a1066925..0a849deb19 100644
--- a/drivers/pci_endpoint/Makefile
+++ b/drivers/pci_endpoint/Makefile
@@ -4,3 +4,4 @@
# Ramon Fried <ramon.fried@gmail.com>
obj-y += pci_ep-uclass.o
+obj-$(CONFIG_PCIE_CADENCE_EP) += pcie-cadence-ep.o