Merge tag 'locks-v3.17-3' of git://git.samba.org/jlayton/linux
[deliverable/linux.git] / drivers / usb / gadget / Makefile
1 #
2 # USB peripheral controller drivers
3 #
4 subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG
5 subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG
6 ccflags-y += -Idrivers/usb/gadget/udc
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/
This page took 0.032347 seconds and 5 git commands to generate.