ixgbevf: remove ndo_poll_controller
[linux/fpc-iii.git] / drivers / usb / gadget / Makefile
blob130dad7130b65a738882f84219099c7f1b166213
1 # SPDX-License-Identifier: GPL-2.0
3 # USB peripheral controller drivers
5 subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG
6 subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG
7 ccflags-y += -I$(srctree)/drivers/usb/gadget/udc
9 obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o
10 libcomposite-y := usbstring.o config.o epautoconf.o
11 libcomposite-y += composite.o functions.o configfs.o u_f.o
13 obj-$(CONFIG_USB_GADGET) += udc/ function/ legacy/