luckfox-pico-sdk/sysdrv/source/uboot/u-boot/drivers/usb/gadget/udc/Makefile
2023-08-08 20:36:47 +08:00

13 lines
254 B
Makefile

#
# 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