Hi, Here's a patch against 2.5.1-pre5 that fixes a problem in the usb makefile that prevent the drivers/usb/serial directory from having its modules build properly, depending on the different config options.
thanks, greg k-h diff -Nru a/drivers/usb/Makefile b/drivers/usb/Makefile --- a/drivers/usb/Makefile Mon Dec 3 13:06:56 2001 +++ b/drivers/usb/Makefile Mon Dec 3 13:06:56 2001 @@ -79,6 +79,7 @@ obj-$(CONFIG_USB_USBNET) += usbnet.o # Object files in subdirectories +mod-subdirs := serial subdir-$(CONFIG_USB_SERIAL) += serial subdir-$(CONFIG_USB_STORAGE) += storage _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
