diff options
author | Pavel Machek <pavel@suse.cz> | 2006-06-05 16:13:30 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-06-05 16:13:30 -0400 |
commit | 5c601d0c942f5aaf7f3cff7e08f61047d70a964e (patch) | |
tree | 0144bcb5291d5cd49192270b6ff192e21f661da7 /drivers/usb/net/Makefile | |
parent | ff7562aaec1e68448888572033f072fc21ef2ac8 (diff) |
[PATCH] wireless: move zd1201 where it belongs
zd1201 is wifi adapter, yet it is hiding in drivers/usb/net where
noone can find it. This moves Kconfig/Makefile zd1201 to the right
place.
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/usb/net/Makefile')
-rw-r--r-- | drivers/usb/net/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/net/Makefile b/drivers/usb/net/Makefile index a21e6eaabaf..160f19dbdf1 100644 --- a/drivers/usb/net/Makefile +++ b/drivers/usb/net/Makefile @@ -15,7 +15,6 @@ obj-$(CONFIG_USB_NET_RNDIS_HOST) += rndis_host.o obj-$(CONFIG_USB_NET_CDC_SUBSET) += cdc_subset.o obj-$(CONFIG_USB_NET_ZAURUS) += zaurus.o obj-$(CONFIG_USB_USBNET) += usbnet.o -obj-$(CONFIG_USB_ZD1201) += zd1201.o ifeq ($(CONFIG_USB_DEBUG),y) EXTRA_CFLAGS += -DDEBUG |