mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
10 lines
210 B
Makefile
10 lines
210 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
cdns3-y := core.o drd.o
|
||
|
|
||
|
obj-$(CONFIG_USB_CDNS3) += cdns3.o
|
||
|
|
||
|
cdns3-$(CONFIG_$(SPL_)USB_CDNS3_GADGET) += gadget.o ep0.o
|
||
|
|
||
|
cdns3-$(CONFIG_$(SPL_)USB_CDNS3_HOST) += host.o
|