rk3568_ubuntu_r60_v1.3.2/u-boot/drivers/usb/gadget/udc/Makefile

13 lines
254 B
Makefile
Raw Normal View History

2023-11-03 14:12:44 +08:00
#
# USB peripheral controller drivers
#
# SPDX-License-Identifier: GPL-2.0+
#
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-$(CONFIG_$(SPL_)DM) += udc-uclass.o