netdev
[Top] [All Lists]

[PATCH] Missing hunk in drivers/usb/Makefile

To: Andrew Morton <akpm@xxxxxxxx>
Subject: [PATCH] Missing hunk in drivers/usb/Makefile
From: Colin Leroy <colin@xxxxxxxxxx>
Date: Sat, 19 Mar 2005 17:37:04 +0100
Cc: linux-usb-devel@xxxxxxxxxxxxxxxxxxxxx, netdev@xxxxxxxxxxx
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 if 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>