blob: 9add915d41f73521d369279bdbcd443d9d552fa2 [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
Philippe Reynes5d197032014-08-18 00:08:07 +02006ccflags-y += -Idrivers/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/