Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-spi into next
[platform/kernel/u-boot.git] / drivers / usb / cdns3 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 cdns3-y                                 := core.o drd.o
4
5 obj-$(CONFIG_USB_CDNS3)                 += cdns3.o
6
7 cdns3-$(CONFIG_$(SPL_)USB_CDNS3_GADGET) += gadget.o ep0.o
8
9 cdns3-$(CONFIG_$(SPL_)USB_CDNS3_HOST)   += host.o
10
11 obj-$(CONFIG_USB_CDNS3_TI)              += cdns3-ti.o