xref: /linux/drivers/usb/atm/Makefile (revision b72458a80c75cab832248f536412f386e20a93a0)
11da177e4SLinus Torvalds#
286699e35SDuncan Sands# Makefile for USB ATM/xDSL drivers
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
586699e35SDuncan Sandsobj-$(CONFIG_USB_CXACRU)	+= cxacru.o
61da177e4SLinus Torvaldsobj-$(CONFIG_USB_SPEEDTOUCH)	+= speedtch.o
7*b72458a8Smatthieu castetobj-$(CONFIG_USB_UEAGLEATM)	+= ueagle-atm.o
886699e35SDuncan Sandsobj-$(CONFIG_USB_ATM)		+= usbatm.o
986699e35SDuncan Sandsobj-$(CONFIG_USB_XUSBATM)	+= xusbatm.o
10654f3118SGreg Kroah-Hartman
11654f3118SGreg Kroah-Hartmanifeq ($(CONFIG_USB_DEBUG),y)
12654f3118SGreg Kroah-HartmanEXTRA_CFLAGS += -DDEBUG
13654f3118SGreg Kroah-Hartmanendif
14