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>
		
			
				
	
	
		
			10 lines
		
	
	
		
			221 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 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
 |