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