1#
2# USB peripheral controller drivers
3#
4subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG)	:= -DDEBUG
5subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE)	+= -DVERBOSE_DEBUG
6ccflags-y				+= -I$(srctree)/drivers/usb/gadget/udc
7
8obj-$(CONFIG_USB_LIBCOMPOSITE)	+= libcomposite.o
9libcomposite-y			:= usbstring.o config.o epautoconf.o
10libcomposite-y			+= composite.o functions.o configfs.o u_f.o
11
12g_android-y			:= android.o
13
14obj-$(CONFIG_USB_GADGET)	+= udc/ function/ legacy/
15
16obj-$(CONFIG_USB_G_ANDROID)	+= g_android.o
17