2c21c985f1
Now that no USB atm driver is relying on the CONFIG_USB_DEBUG option (well, really the DEBUG option, thanks to some Makefile fun), remove it from the Makefile. Also remove two last vestiges of DEBUG in the usbatm.c driver, moving one to VERBOSE_DEBUG, which no one ever really cares about, and the other to use the dynamic debug subsystem. Cc: Duncan Sands <duncan.sands@free.fr> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9 lines
238 B
Makefile
9 lines
238 B
Makefile
#
|
|
# Makefile for USB ATM/xDSL drivers
|
|
#
|
|
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
|