blob: 598a67d6ba05fcc5c5ebd159f1384725acf25c8b [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# USB peripheral controller drivers
3#
Andrzej Pietrasiewicz8443f2d2014-07-15 13:09:44 +02004subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG
5subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG
Yegor Yefremovfa314092014-08-27 10:42:53 +02006ccflags-y += -I$(srctree)/drivers/usb/gadget/udc
David Brownell70790f62007-07-01 17:35:28 -07007
Sebastian Andrzej Siewiora84d9e52012-09-06 20:11:09 +02008obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o
Sebastian Andrzej Siewior721e2e92012-09-06 20:11:27 +02009libcomposite-y := usbstring.o config.o epautoconf.o
Andrzej Pietrasiewicz1efd54e2013-11-07 08:41:26 +010010libcomposite-y += composite.o functions.o configfs.o u_f.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
Andrzej Pietrasiewicz00a24302014-07-15 13:09:46 +020012obj-$(CONFIG_USB_GADGET) += udc/ function/ legacy/