patch-2.3.99-pre1 linux/drivers/usb/serial/Makefile

Next file: linux/drivers/usb/uhci.c
Previous file: linux/drivers/usb/pegasus.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.51/linux/drivers/usb/serial/Makefile linux/drivers/usb/serial/Makefile
@@ -6,14 +6,15 @@
 
 SUB_DIRS	:=
 MOD_SUB_DIRS	:= $(SUB_DIRS)
+MOD_IN_SUB_DIRS	:= $(SUB_DIRS)
 ALL_SUB_DIRS	:= $(SUB_DIRS)
 
 # The target object and module list name.
 
-O_TARGET	:= usbdrv.o
-M_OBJS		:=
-O_OBJS		:=
-MOD_LIST_NAME	:= USB_MODULES
+O_TARGET	:= serial.o
+M_OBJS		:= usb-serial.o
+O_OBJS		:= usb-serial.o
+#MOD_LIST_NAME	:= USB_MODULES
 
 # Objects that export symbols.
 

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