Merge tag 'dma-mapping-4.17' of git://git.infradead.org/users/hch/dma-mapping
[linux-2.6-block.git] / drivers / usb / gadget / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# USB peripheral controller drivers
4#
8443f2d2
AP
5subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG
6subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG
fa31409a 7ccflags-y += -I$(srctree)/drivers/usb/gadget/udc
70790f63 8
a84d9e53 9obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o
721e2e91 10libcomposite-y := usbstring.o config.o epautoconf.o
1efd54ea 11libcomposite-y += composite.o functions.o configfs.o u_f.o
1da177e4 12
00a2430f 13obj-$(CONFIG_USB_GADGET) += udc/ function/ legacy/