Hi,

Here's a patch against 2.4.17-pre2 for the usb Makefile that fixes a
build time problem with the usb-serial drivers (they don't get built
properly if CONFIG_USB_SERIAL is set to 'Y', but other
CONFIG_USB_SERIAL_* drivers are set to 'M').

thanks,

greg k-h



diff -Nru a/drivers/usb/Makefile b/drivers/usb/Makefile
--- a/drivers/usb/Makefile      Mon Dec  3 12:18:05 2001
+++ b/drivers/usb/Makefile      Mon Dec  3 12:18:05 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

Reply via email to