patch-2.4.0-test3 linux/drivers/usb/serial/Makefile

Next file: linux/drivers/usb/serial/digi_acceleport.c
Previous file: linux/drivers/usb/printer.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/drivers/usb/serial/Makefile linux/drivers/usb/serial/Makefile
@@ -19,6 +19,9 @@
 ifeq ($(CONFIG_USB_SERIAL_KEYSPAN_PDA),y)
 	O_OBJS += keyspan_pda.o
 endif
+ifeq ($(CONFIG_USB_SERIAL_KEYSPAN),y)
+	O_OBJS += keyspan.o
+endif
 ifeq ($(CONFIG_USB_SERIAL_OMNINET),y)
 	O_OBJS += omninet.o
 endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)