summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2002-04-09 21:14:34 +0200
committerGreg Kroah-Hartman2006-12-01 23:25:52 +0100
commit958e8741bf9ff5d0f0b82b7cef578e96c764a288 (patch)
tree54a80a06ac5abeb2f217f08ed45a6e3aa1cd662f /drivers/usb/serial/Makefile
parentUSB: added dynamic major number for USB endpoints (diff)
downloadkernel-qcow2-linux-958e8741bf9ff5d0f0b82b7cef578e96c764a288.tar.gz
kernel-qcow2-linux-958e8741bf9ff5d0f0b82b7cef578e96c764a288.tar.xz
kernel-qcow2-linux-958e8741bf9ff5d0f0b82b7cef578e96c764a288.zip
USB: add driver for the USB debug devices
It's a simple usb-serial driver that just creates a tty device to read and write from. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Makefile')
-rw-r--r--drivers/usb/serial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/Makefile b/drivers/usb/serial/Makefile
index a5047dc599bb..61166ad450e6 100644
--- a/drivers/usb/serial/Makefile
+++ b/drivers/usb/serial/Makefile
@@ -18,6 +18,7 @@ obj-$(CONFIG_USB_SERIAL_BELKIN) += belkin_sa.o
obj-$(CONFIG_USB_SERIAL_CP2101) += cp2101.o
obj-$(CONFIG_USB_SERIAL_CYBERJACK) += cyberjack.o
obj-$(CONFIG_USB_SERIAL_CYPRESS_M8) += cypress_m8.o
+obj-$(CONFIG_USB_SERIAL_DEBUG) += usb_debug.o
obj-$(CONFIG_USB_SERIAL_DIGI_ACCELEPORT) += digi_acceleport.o
obj-$(CONFIG_USB_SERIAL_EDGEPORT) += io_edgeport.o
obj-$(CONFIG_USB_SERIAL_EDGEPORT_TI) += io_ti.o