diff options
author | Paul B Schroeder <pschroeder@uplogix.com> | 2006-08-31 20:41:47 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-27 14:58:59 -0400 |
commit | 3f5429746d91f21f60f68b14177c0d534d80240b (patch) | |
tree | d4b4a08129eb4d90ddf532c2da0dfd9120dc1faf /drivers/usb/serial/Makefile | |
parent | 5638e4d92e7707bd037a36654f914c80ccd7161d (diff) |
USB: Moschip 7840 USB-Serial Driver
Signed-off-by: Paul B Schroeder <pschroeder@uplogix.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Makefile')
-rw-r--r-- | drivers/usb/serial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/Makefile b/drivers/usb/serial/Makefile index 029e2a1d7bf6..8dce83340e31 100644 --- a/drivers/usb/serial/Makefile +++ b/drivers/usb/serial/Makefile | |||
@@ -34,6 +34,7 @@ obj-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda.o | |||
34 | obj-$(CONFIG_USB_SERIAL_KLSI) += kl5kusb105.o | 34 | obj-$(CONFIG_USB_SERIAL_KLSI) += kl5kusb105.o |
35 | obj-$(CONFIG_USB_SERIAL_KOBIL_SCT) += kobil_sct.o | 35 | obj-$(CONFIG_USB_SERIAL_KOBIL_SCT) += kobil_sct.o |
36 | obj-$(CONFIG_USB_SERIAL_MCT_U232) += mct_u232.o | 36 | obj-$(CONFIG_USB_SERIAL_MCT_U232) += mct_u232.o |
37 | obj-$(CONFIG_USB_SERIAL_MOS7840) += mos7840.o | ||
37 | obj-$(CONFIG_USB_SERIAL_NAVMAN) += navman.o | 38 | obj-$(CONFIG_USB_SERIAL_NAVMAN) += navman.o |
38 | obj-$(CONFIG_USB_SERIAL_OMNINET) += omninet.o | 39 | obj-$(CONFIG_USB_SERIAL_OMNINET) += omninet.o |
39 | obj-$(CONFIG_USB_SERIAL_OPTION) += option.o | 40 | obj-$(CONFIG_USB_SERIAL_OPTION) += option.o |