On Fri, Jan 18, 2002 at 04:35:27PM -0800, David Brownell wrote:
> This patch is against 2.5.2-pre11 but it should work
> fine against the current 2.5.3-pre stuff too.
And finally here's a drivers/usb/Makefile change to build the ohci-hcd
driver properly.
thanks,
greg k-h
diff -Nru a/drivers/usb/Makefile b/drivers/usb/Makefile
--- a/drivers/usb/Makefile Sun Jan 20 16:31:03 2002
+++ b/drivers/usb/Makefile Sun Jan 20 16:31:03 2002
@@ -46,6 +46,10 @@
obj-y += hcd/ehci-hcd.o
endif
+ifeq ($(CONFIG_USB_OHCI_HCD),y)
+ obj-y += hcd/ohci-hcd.o
+endif
+
obj-$(CONFIG_USB_UHCI) += usb-uhci.o
obj-$(CONFIG_USB_UHCI_ALT) += uhci.o
obj-$(CONFIG_USB_OHCI) += usb-ohci.o
@@ -85,6 +89,7 @@
mod-subdirs := serial hcd
subdir-$(CONFIG_USB_EHCI_HCD) += hcd
+subdir-$(CONFIG_USB_OHCI_HCD) += hcd
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