xref: /rk3399_rockchip-uboot/drivers/usb/gadget/udc/Makefile (revision c26430b76c40c6d2ecf167f6ef78694f9cfe4d11)
1#
2# USB peripheral controller drivers
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7ifndef CONFIG_$(SPL_)DM_USB_GADGET
8obj-$(CONFIG_USB_DWC3_GADGET)	+= udc-core.o
9endif
10
11obj-$(CONFIG_$(SPL_)DM_USB_GADGET)	+= udc-core.o
12obj-$(CONFIG_$(SPL_)DM) += udc-uclass.o
13