diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-26 19:30:47 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-23 19:19:57 -0400 |
| commit | 4ce10417e840ab58717d2c91986d8684c6858c3f (patch) | |
| tree | d6caa0a07b5d57007acbed853a06e53979b673c7 /drivers/usb/misc/Makefile | |
| parent | 28f47c34c75222abefac95a5740b246e065de35f (diff) | |
USB: misc: remove CONFIG_USB_DEBUG from Makefile
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>
Diffstat (limited to 'drivers/usb/misc/Makefile')
| -rw-r--r-- | drivers/usb/misc/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/misc/Makefile b/drivers/usb/misc/Makefile index 3e1bd70b06ea..5a896f319118 100644 --- a/drivers/usb/misc/Makefile +++ b/drivers/usb/misc/Makefile | |||
| @@ -2,9 +2,6 @@ | |||
| 2 | # Makefile for the rest of the USB drivers | 2 | # Makefile for the rest of the USB drivers |
| 3 | # (the ones that don't fit into any other categories) | 3 | # (the ones that don't fit into any other categories) |
| 4 | # | 4 | # |
| 5 | |||
| 6 | ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG | ||
| 7 | |||
| 8 | obj-$(CONFIG_USB_ADUTUX) += adutux.o | 5 | obj-$(CONFIG_USB_ADUTUX) += adutux.o |
| 9 | obj-$(CONFIG_USB_APPLEDISPLAY) += appledisplay.o | 6 | obj-$(CONFIG_USB_APPLEDISPLAY) += appledisplay.o |
| 10 | obj-$(CONFIG_USB_CYPRESS_CY7C63) += cypress_cy7c63.o | 7 | obj-$(CONFIG_USB_CYPRESS_CY7C63) += cypress_cy7c63.o |
