aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc/Makefile
blob: 467c566f6d3e2a4f4dd44455755013a09140c25c (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0+
#
# USB peripheral controller drivers

ifndef CONFIG_$(SPL_)DM_USB_GADGET
obj-$(CONFIG_USB_DWC3_GADGET)	+= udc-core.o
endif

obj-$(CONFIG_$(SPL_)DM_USB_GADGET)	+= udc-core.o
obj-y += udc-uclass.o