Hi,
I see there's been a driver for zd1201 added in drivers/usb/net/.
There's a hunk missing in drivers/usb/Makefile, the driver doesn't
get built in nothing else in drivers/usb/net is configured in :
Signed-off-by: Colin Leroy <colin@xxxxxxxxxx>
--- a/drivers/usb/Makefile 2005-03-18 10:26:38.000000000 +0100
+++ b/drivers/usb/Makefile 2005-03-18 10:27:22.000000000 +0100
@@ -50,6 +50,7 @@
obj-$(CONFIG_USB_PEGASUS) += net/
obj-$(CONFIG_USB_RTL8150) += net/
obj-$(CONFIG_USB_USBNET) += net/
+obj-$(CONFIG_USB_ZD1201) += net/
obj-$(CONFIG_USB_HPUSBSCSI) += image/
obj-$(CONFIG_USB_MDC800) += image/
|