Files
u-boot/drivers/pci_endpoint/Makefile
Hrushikesh Salunke a4a0edc604 pci_endpoint: Add TI K3 Cadence PCIe Endpoint Controller driver
Add support for Endpoint mode of operation in the Cadence PCIe
Controller present on TI's K3 SoCs. This driver is an adaptation of the
Linux kernel v6.15 driver (drivers/pci/controller/cadence/pci-j721e.c).

Signed-off-by: Hrushikesh Salunke <h-salunke@ti.com>
2025-06-26 17:16:40 -06:00

10 lines
274 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2019
# Ramon Fried <ramon.fried@gmail.com>
obj-y += pci_ep-uclass.o
obj-$(CONFIG_PCIE_CADENCE_EP) += pcie-cadence-ep.o
obj-$(CONFIG_PCI_SANDBOX_EP) += sandbox-pci_ep.o
obj-$(CONFIG_PCIE_CDNS_TI_EP) += pcie_cdns_ti_ep.o