Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', 'bugzill...
[firefly-linux-kernel-4.4.55.git] / drivers / usb / atm / Makefile
1 #
2 # Makefile for USB ATM/xDSL drivers
3 #
4
5 obj-$(CONFIG_USB_CXACRU)        += cxacru.o
6 obj-$(CONFIG_USB_SPEEDTOUCH)    += speedtch.o
7 obj-$(CONFIG_USB_UEAGLEATM)     += ueagle-atm.o
8 obj-$(CONFIG_USB_ATM)           += usbatm.o
9 obj-$(CONFIG_USB_XUSBATM)       += xusbatm.o
10
11 ifeq ($(CONFIG_USB_DEBUG),y)
12 EXTRA_CFLAGS += -DDEBUG
13 endif