netdev
[Top] [All Lists]

Missing hunk in drivers/usb/Makefile

To: netdev@xxxxxxxxxxx
Subject: Missing hunk in drivers/usb/Makefile
From: Colin Leroy <colin@xxxxxxxxxx>
Date: Fri, 18 Mar 2005 10:28:55 +0100
Sender: netdev-bounce@xxxxxxxxxxx
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/

<Prev in Thread] Current Thread [Next in Thread>
  • Missing hunk in drivers/usb/Makefile, Colin Leroy <=