summaryrefslogtreecommitdiffstats
path: root/drivers/usb/net/Makefile
diff options
context:
space:
mode:
authorDavid Brownell2005-08-31 18:53:26 +0200
committerGreg Kroah-Hartman2005-09-09 01:28:31 +0200
commit904813cd8a0b334189da285bb05af0b18b062502 (patch)
treeb602c3a1b8907dcd9dc43193f41477cfc402fcc2 /drivers/usb/net/Makefile
parent[PATCH] USB: usbnet (3/9) module for ASIX Ethernet adapters (diff)
downloadkernel-qcow2-linux-904813cd8a0b334189da285bb05af0b18b062502.tar.gz
kernel-qcow2-linux-904813cd8a0b334189da285bb05af0b18b062502.tar.xz
kernel-qcow2-linux-904813cd8a0b334189da285bb05af0b18b062502.zip
[PATCH] USB: usbnet (4/9) module for net1080 cables
As with the "cdc_subset" and "asix" drivers, this just moves the net1080 support into its one driver module. In this case there's a small bit of extra cleanup involved, moving some funky framing logic into the tx_fixup() routine (resolving a long overdue FIXME). Minor historical note: "usbnet" started out as "net1080", then got generalized to make it easier for other network drivers to reuse the urb queueing and fault management code here. 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/net/Makefile b/drivers/usb/net/Makefile
index 60dc91e5cdbf..14d554080aa5 100644
--- a/drivers/usb/net/Makefile
+++ b/drivers/usb/net/Makefile
@@ -7,6 +7,7 @@ obj-$(CONFIG_USB_KAWETH) += kaweth.o
obj-$(CONFIG_USB_PEGASUS) += pegasus.o
obj-$(CONFIG_USB_RTL8150) += rtl8150.o
obj-$(CONFIG_USB_NET_AX8817X) += asix.o
+obj-$(CONFIG_USB_NET_NET1080) += net1080.o
obj-$(CONFIG_USB_NET_CDC_SUBSET) += cdc_subset.o
obj-$(CONFIG_USB_USBNET) += usbnet.o
obj-$(CONFIG_USB_ZD1201) += zd1201.o