mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
5b775f672c
This driver was originaly written by Stefan Kopp, but massively reworked by Greg for submission. Thanks to Felipe Balbi <me@felipebalbi.com> for lots of work in cleaning up this driver. Thanks to Oliver Neukum <oliver@neukum.org> for reviewing previous versions and pointing out problems. Cc: Stefan Kopp <stefan_kopp@agilent.com> Cc: Marcel Janssen <korgull@home.nl> Cc: Felipe Balbi <me@felipebalbi.com> Cc: Oliver Neukum <oliver@neukum.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
9 lines
221 B
Makefile
9 lines
221 B
Makefile
#
|
|
# Makefile for USB Class drivers
|
|
# (one step up from the misc category)
|
|
#
|
|
|
|
obj-$(CONFIG_USB_ACM) += cdc-acm.o
|
|
obj-$(CONFIG_USB_PRINTER) += usblp.o
|
|
obj-$(CONFIG_USB_WDM) += cdc-wdm.o
|
|
obj-$(CONFIG_USB_TMC) += usbtmc.o
|