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