2 # USB peripheral controller drivers
4 subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG
5 subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG
6 ccflags-y += -I$(srctree)/drivers/usb/gadget/udc
8 obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o
9 libcomposite-y := usbstring.o config.o epautoconf.o
10 libcomposite-y += composite.o functions.o configfs.o u_f.o
12 usb_f_accessory-y := f_accessory.o
13 obj-$(CONFIG_USB_F_ACC) += usb_f_accessory.o
15 obj-$(CONFIG_USB_GADGET) += udc/ function/ legacy/