diff options
Diffstat (limited to 'drivers/usb/misc/Makefile')
-rw-r--r-- | drivers/usb/misc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/usb/misc/Makefile b/drivers/usb/misc/Makefile index 3e1bd70b06ea..e748fd5dbe94 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 |
@@ -22,6 +19,7 @@ obj-$(CONFIG_USB_LED) += usbled.o | |||
22 | obj-$(CONFIG_USB_LEGOTOWER) += legousbtower.o | 19 | obj-$(CONFIG_USB_LEGOTOWER) += legousbtower.o |
23 | obj-$(CONFIG_USB_RIO500) += rio500.o | 20 | obj-$(CONFIG_USB_RIO500) += rio500.o |
24 | obj-$(CONFIG_USB_TEST) += usbtest.o | 21 | obj-$(CONFIG_USB_TEST) += usbtest.o |
22 | obj-$(CONFIG_USB_EHSET_TEST_FIXTURE) += ehset.o | ||
25 | obj-$(CONFIG_USB_TRANCEVIBRATOR) += trancevibrator.o | 23 | obj-$(CONFIG_USB_TRANCEVIBRATOR) += trancevibrator.o |
26 | obj-$(CONFIG_USB_USS720) += uss720.o | 24 | obj-$(CONFIG_USB_USS720) += uss720.o |
27 | obj-$(CONFIG_USB_SEVSEG) += usbsevseg.o | 25 | obj-$(CONFIG_USB_SEVSEG) += usbsevseg.o |