# # USB peripheral controller drivers # subdir-ccflags-$([31mCONFIG_USB_GADGET_DEBUG[0m) := -DDEBUG subdir-ccflags-$([31mCONFIG_USB_GADGET_VERBOSE[0m) += -DVERBOSE_DEBUG ccflags-y += -I$(srctree)/drivers/usb/gadget/udc obj-$([31mCONFIG_USB_LIBCOMPOSITE[0m) += libcomposite.o libcomposite-y := usbstring.o config.o epautoconf.o libcomposite-y += composite.o functions.o configfs.o u_f.o obj-$([31mCONFIG_USB_GADGET[0m) += udc/ function/ legacy/ |