mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 13:41:31 +02:00
Add Starfive cdns USB3 wrapper driver. Signed-off-by: Minda Chen <minda.chen@starfivetech.com> Reviewed-by: Marek Vasut <marex@denx.de> Tested-by: E Shattow <lucent@gmail.com>
13 lines
306 B
Makefile
13 lines
306 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
cdns3-y := core.o drd.o
|
|
|
|
obj-$(CONFIG_USB_CDNS3) += cdns3.o
|
|
|
|
cdns3-$(CONFIG_$(XPL_)USB_CDNS3_GADGET) += gadget.o ep0.o
|
|
|
|
cdns3-$(CONFIG_$(XPL_)USB_CDNS3_HOST) += host.o
|
|
|
|
obj-$(CONFIG_USB_CDNS3_STARFIVE) += cdns3-starfive.o
|
|
obj-$(CONFIG_USB_CDNS3_TI) += cdns3-ti.o
|