mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 16:38:31 +00:00 
			
		
		
		
	 5b775f672c
			
		
	
	
		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>
		
			
				
	
	
		
			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
 |