diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-05-09 21:31:55 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-05-09 21:31:55 -0400 |
commit | 5b2fc499917e5897a13add780e181b4cef197072 (patch) | |
tree | 1a1ba52c0c2a7ce9843875cdd713d75d37c4ea1b /drivers/usb/Makefile | |
parent | 3cb7396b7b26585b1ab7c1a8ca554ec103da5d37 (diff) |
Move USB network drivers to drivers/net/usb.
It is preferable to group drivers by usage (net, scsi, ATA, ...) than
by bus. When reviewing drivers, the [PCI|USB|PCMCIA|...] maintainer
is probably less qualified on networking issues than a networking
maintainer. Also, from a practical standpoint, chips often
appear on multiple buses, which is why we do not put drivers into
drivers/pci/net.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r-- | drivers/usb/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 0ef090b1b37c..72464b586990 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile | |||
@@ -23,13 +23,6 @@ obj-$(CONFIG_USB_PRINTER) += class/ | |||
23 | obj-$(CONFIG_USB_STORAGE) += storage/ | 23 | obj-$(CONFIG_USB_STORAGE) += storage/ |
24 | obj-$(CONFIG_USB) += storage/ | 24 | obj-$(CONFIG_USB) += storage/ |
25 | 25 | ||
26 | obj-$(CONFIG_USB_CATC) += net/ | ||
27 | obj-$(CONFIG_USB_KAWETH) += net/ | ||
28 | obj-$(CONFIG_USB_PEGASUS) += net/ | ||
29 | obj-$(CONFIG_USB_RTL8150) += net/ | ||
30 | obj-$(CONFIG_USB_USBNET) += net/ | ||
31 | obj-$(CONFIG_USB_ZD1201) += net/ | ||
32 | |||
33 | obj-$(CONFIG_USB_MDC800) += image/ | 26 | obj-$(CONFIG_USB_MDC800) += image/ |
34 | obj-$(CONFIG_USB_MICROTEK) += image/ | 27 | obj-$(CONFIG_USB_MICROTEK) += image/ |
35 | 28 | ||