aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/misc/Makefile')
-rw-r--r--drivers/usb/misc/Makefile4
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
6ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
7
8obj-$(CONFIG_USB_ADUTUX) += adutux.o 5obj-$(CONFIG_USB_ADUTUX) += adutux.o
9obj-$(CONFIG_USB_APPLEDISPLAY) += appledisplay.o 6obj-$(CONFIG_USB_APPLEDISPLAY) += appledisplay.o
10obj-$(CONFIG_USB_CYPRESS_CY7C63) += cypress_cy7c63.o 7obj-$(CONFIG_USB_CYPRESS_CY7C63) += cypress_cy7c63.o
@@ -22,6 +19,7 @@ obj-$(CONFIG_USB_LED) += usbled.o
22obj-$(CONFIG_USB_LEGOTOWER) += legousbtower.o 19obj-$(CONFIG_USB_LEGOTOWER) += legousbtower.o
23obj-$(CONFIG_USB_RIO500) += rio500.o 20obj-$(CONFIG_USB_RIO500) += rio500.o
24obj-$(CONFIG_USB_TEST) += usbtest.o 21obj-$(CONFIG_USB_TEST) += usbtest.o
22obj-$(CONFIG_USB_EHSET_TEST_FIXTURE) += ehset.o
25obj-$(CONFIG_USB_TRANCEVIBRATOR) += trancevibrator.o 23obj-$(CONFIG_USB_TRANCEVIBRATOR) += trancevibrator.o
26obj-$(CONFIG_USB_USS720) += uss720.o 24obj-$(CONFIG_USB_USS720) += uss720.o
27obj-$(CONFIG_USB_SEVSEG) += usbsevseg.o 25obj-$(CONFIG_USB_SEVSEG) += usbsevseg.o