1# SPDX-License-Identifier: GPL-2.0 2# 3# USB peripheral controller drivers 4# 5subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG 6subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG 7ccflags-y += -I$(srctree)/drivers/usb/gadget/udc 8 9obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o 10libcomposite-y := usbstring.o config.o epautoconf.o 11libcomposite-y += composite.o functions.o configfs.o u_f.o 12 13obj-$(CONFIG_USB_GADGET) += udc/ function/ legacy/ 14