Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # USB peripheral controller drivers |
| 3 | # |
Andrzej Pietrasiewicz | 8443f2d | 2014-07-15 13:09:44 +0200 | [diff] [blame] | 4 | subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG |
| 5 | subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG |
Yegor Yefremov | fa31409 | 2014-08-27 10:42:53 +0200 | [diff] [blame] | 6 | ccflags-y += -I$(srctree)/drivers/usb/gadget/udc |
David Brownell | 70790f6 | 2007-07-01 17:35:28 -0700 | [diff] [blame] | 7 | |
Sebastian Andrzej Siewior | a84d9e5 | 2012-09-06 20:11:09 +0200 | [diff] [blame] | 8 | obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o |
Sebastian Andrzej Siewior | 721e2e9 | 2012-09-06 20:11:27 +0200 | [diff] [blame] | 9 | libcomposite-y := usbstring.o config.o epautoconf.o |
Andrzej Pietrasiewicz | 1efd54e | 2013-11-07 08:41:26 +0100 | [diff] [blame] | 10 | libcomposite-y += composite.o functions.o configfs.o u_f.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
Andrzej Pietrasiewicz | 00a2430 | 2014-07-15 13:09:46 +0200 | [diff] [blame] | 12 | obj-$(CONFIG_USB_GADGET) += udc/ function/ legacy/ |