diff options
author | David Brownell <david-b@pacbell.net> | 2005-08-31 12:53:58 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-08 19:28:32 -0400 |
commit | 0aa599c5644fddd3052433c5335260108a8a39a2 (patch) | |
tree | 53ff1eadd9d5386e7b9912b1d2728d150ad8567f /drivers/usb/net/Makefile | |
parent | 47ee3051c856cc2aa95d35d577a8cb37279d540f (diff) |
[PATCH] USB: usbnet (6/9) module for Zaurii and compatibles
This moves usbnet support for Zaurus and compatibles into its own module.
Other than exporting a couple of helper functions, this just involved
shuffling some code and updating the comments.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/net/Makefile')
-rw-r--r-- | drivers/usb/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/net/Makefile b/drivers/usb/net/Makefile index f9b181e91c1f..e13d7af3114b 100644 --- a/drivers/usb/net/Makefile +++ b/drivers/usb/net/Makefile | |||
@@ -10,5 +10,6 @@ obj-$(CONFIG_USB_NET_AX8817X) += asix.o | |||
10 | obj-$(CONFIG_USB_NET_GL620A) += gl620a.o | 10 | obj-$(CONFIG_USB_NET_GL620A) += gl620a.o |
11 | obj-$(CONFIG_USB_NET_NET1080) += net1080.o | 11 | obj-$(CONFIG_USB_NET_NET1080) += net1080.o |
12 | obj-$(CONFIG_USB_NET_CDC_SUBSET) += cdc_subset.o | 12 | obj-$(CONFIG_USB_NET_CDC_SUBSET) += cdc_subset.o |
13 | obj-$(CONFIG_USB_NET_ZAURUS) += zaurus.o | ||
13 | obj-$(CONFIG_USB_USBNET) += usbnet.o | 14 | obj-$(CONFIG_USB_USBNET) += usbnet.o |
14 | obj-$(CONFIG_USB_ZD1201) += zd1201.o | 15 | obj-$(CONFIG_USB_ZD1201) += zd1201.o |