2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# USB peripheral controller drivers
|
|
|
|
#
|
2014-07-15 11:09:44 +00:00
|
|
|
subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG
|
|
|
|
subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG
|
2014-08-27 08:42:53 +00:00
|
|
|
ccflags-y += -I$(srctree)/drivers/usb/gadget/udc
|
2007-07-02 00:35:28 +00:00
|
|
|
|
2012-09-06 18:11:09 +00:00
|
|
|
obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o
|
2012-09-06 18:11:27 +00:00
|
|
|
libcomposite-y := usbstring.o config.o epautoconf.o
|
2013-11-07 07:41:26 +00:00
|
|
|
libcomposite-y += composite.o functions.o configfs.o u_f.o
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2014-07-15 11:09:46 +00:00
|
|
|
obj-$(CONFIG_USB_GADGET) += udc/ function/ legacy/
|