]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/usb/gadget/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.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/