| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
| Duncan Sands | 86699e3 | 2005-05-11 20:15:37 +0200 | [diff] [blame] | 2 | # Makefile for USB ATM/xDSL drivers | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | # | 
|  | 4 |  | 
| matt mooney | 0a2b8a0 | 2010-10-06 19:03:26 -0700 | [diff] [blame] | 5 | ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG | 
|  | 6 |  | 
| Duncan Sands | 86699e3 | 2005-05-11 20:15:37 +0200 | [diff] [blame] | 7 | obj-$(CONFIG_USB_CXACRU)	+= cxacru.o | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | obj-$(CONFIG_USB_SPEEDTOUCH)	+= speedtch.o | 
| matthieu castet | b72458a | 2005-11-07 23:27:13 +0100 | [diff] [blame] | 9 | obj-$(CONFIG_USB_UEAGLEATM)	+= ueagle-atm.o | 
| Duncan Sands | 86699e3 | 2005-05-11 20:15:37 +0200 | [diff] [blame] | 10 | obj-$(CONFIG_USB_ATM)		+= usbatm.o | 
|  | 11 | obj-$(CONFIG_USB_XUSBATM)	+= xusbatm.o |