Merge branch 'dmi/master'
[deliverable/linux.git] / drivers / usb / gadget / Makefile
CommitLineData
1da177e4
LT
1#
2# USB peripheral controller drivers
3#
8443f2d2
AP
4subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG
5subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG
fa31409a 6ccflags-y += -I$(srctree)/drivers/usb/gadget/udc
70790f63 7
a84d9e53 8obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o
721e2e91 9libcomposite-y := usbstring.o config.o epautoconf.o
1efd54ea 10libcomposite-y += composite.o functions.o configfs.o u_f.o
1da177e4 11
00a2430f 12obj-$(CONFIG_USB_GADGET) += udc/ function/ legacy/
This page took 0.866703 seconds and 5 git commands to generate.