diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-28 20:32:54 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-24 01:32:36 +0200 |
commit | 2c21c985f1bc9f9b19ce258f38bb400ced3c7309 (patch) | |
tree | 86ad15fbe6815f4fd9d81fcd1c7b3e7ea85464be /drivers/usb/atm/Makefile | |
parent | USB: usbatm: move the atm_dbg() call to use dynamic debug (diff) | |
download | linux-2c21c985f1bc9f9b19ce258f38bb400ced3c7309.tar.xz linux-2c21c985f1bc9f9b19ce258f38bb400ced3c7309.zip |
USB: usbatm: remove CONFIG_USB_DEBUG dependancy
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>
Diffstat (limited to 'drivers/usb/atm/Makefile')
-rw-r--r-- | drivers/usb/atm/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/atm/Makefile b/drivers/usb/atm/Makefile index a5d792ec3ad5..ac278946b06c 100644 --- a/drivers/usb/atm/Makefile +++ b/drivers/usb/atm/Makefile @@ -1,9 +1,6 @@ # # Makefile for USB ATM/xDSL drivers # - -ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG - obj-$(CONFIG_USB_CXACRU) += cxacru.o obj-$(CONFIG_USB_SPEEDTOUCH) += speedtch.o obj-$(CONFIG_USB_UEAGLEATM) += ueagle-atm.o |