USB: misc: remove CONFIG_USB_DEBUG from Makefile
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Jun 2013 23:30:47 +0000 (16:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 23:19:57 +0000 (16:19 -0700)
Now that no usb misc driver is looking for CONFIG_USB_DEBUG, or DEBUG,
don't enable it in the Makefile, as that's pointless.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/Makefile

index 3e1bd70b06ea2c4b5a4b12bc6a6d85de6375e0ac..5a896f3191183864b88d3bd0f564564d0b7af484 100644 (file)
@@ -2,9 +2,6 @@
 # Makefile for the rest of the USB drivers
 # (the ones that don't fit into any other categories)
 #
-
-ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
-
 obj-$(CONFIG_USB_ADUTUX)               += adutux.o
 obj-$(CONFIG_USB_APPLEDISPLAY)         += appledisplay.o
 obj-$(CONFIG_USB_CYPRESS_CY7C63)       += cypress_cy7c63.o