]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/atm/Makefile
USB: autosuspend for cdc-acm
[linux-2.6-omap-h63xx.git] / drivers / usb / atm / Makefile
index 9213b8b975875f149639db5a7345834b3ec8a58b..4c4a776ab1cd3ba3022d6e4574e1f88d450ff549 100644 (file)
@@ -1,7 +1,13 @@
 #
-# Makefile for the rest of the USB drivers
-# (the ones that don't fit into any other categories)
+# Makefile for USB ATM/xDSL drivers
 #
 
-obj-$(CONFIG_USB_ATM)          += usb_atm.o
+obj-$(CONFIG_USB_CXACRU)       += cxacru.o
 obj-$(CONFIG_USB_SPEEDTOUCH)   += speedtch.o
+obj-$(CONFIG_USB_UEAGLEATM)    += ueagle-atm.o
+obj-$(CONFIG_USB_ATM)          += usbatm.o
+obj-$(CONFIG_USB_XUSBATM)      += xusbatm.o
+
+ifeq ($(CONFIG_USB_DEBUG),y)
+EXTRA_CFLAGS += -DDEBUG
+endif