Merge tag 'hwlock-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc...
[sfrench/cifs-2.6.git] / drivers / usb / gadget / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # USB peripheral controller drivers
4 #
5 subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG)       := -DDEBUG
6 subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE)     += -DVERBOSE_DEBUG
7
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
11
12 obj-$(CONFIG_USB_GADGET)        += udc/ function/ legacy/