blob: 4c4a776ab1cd3ba3022d6e4574e1f88d450ff549 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
Duncan Sands86699e32005-05-11 20:15:37 +02002# Makefile for USB ATM/xDSL drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003#
4
Duncan Sands86699e32005-05-11 20:15:37 +02005obj-$(CONFIG_USB_CXACRU) += cxacru.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07006obj-$(CONFIG_USB_SPEEDTOUCH) += speedtch.o
matthieu castetb72458a2005-11-07 23:27:13 +01007obj-$(CONFIG_USB_UEAGLEATM) += ueagle-atm.o
Duncan Sands86699e32005-05-11 20:15:37 +02008obj-$(CONFIG_USB_ATM) += usbatm.o
9obj-$(CONFIG_USB_XUSBATM) += xusbatm.o
Greg Kroah-Hartman654f3112005-11-17 09:48:09 -080010
11ifeq ($(CONFIG_USB_DEBUG),y)
12EXTRA_CFLAGS += -DDEBUG
13endif