summaryrefslogtreecommitdiffstats
path: root/drivers/usb/net/Makefile
diff options
context:
space:
mode:
authorDavid Brownell2005-08-31 18:54:50 +0200
committerGreg Kroah-Hartman2005-09-09 01:28:33 +0200
commit090ffa9d0e904e1ed0f86c84dcf20684a8ac1a5a (patch)
treeccbe0623e934d69d3c51e99138a5720ef9e7f823 /drivers/usb/net/Makefile
parent[PATCH] USB: usbnet (8/9) module for RNDIS devices (diff)
downloadkernel-qcow2-linux-090ffa9d0e904e1ed0f86c84dcf20684a8ac1a5a.tar.gz
kernel-qcow2-linux-090ffa9d0e904e1ed0f86c84dcf20684a8ac1a5a.tar.xz
kernel-qcow2-linux-090ffa9d0e904e1ed0f86c84dcf20684a8ac1a5a.zip
[PATCH] USB: usbnet (9/9) module for pl2301/2302 cables
This wraps up the conversion of the "usbnet" driver structure, by moving the Prolific PL-2201/2302 minidriver to a module of its own. It also includes some minor cleanups to the remaining "usbnet" file, notably removing that long changelog at the top. Minor historical note: Linux 2.2 first called the driver for this hardware "plusb". 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 cb789c3ded53..222c0495f791 100644
--- a/drivers/usb/net/Makefile
+++ b/drivers/usb/net/Makefile
@@ -10,6 +10,7 @@ obj-$(CONFIG_USB_NET_AX8817X) += asix.o
obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o
obj-$(CONFIG_USB_NET_GL620A) += gl620a.o
obj-$(CONFIG_USB_NET_NET1080) += net1080.o
+obj-$(CONFIG_USB_NET_PLUSB) += plusb.o
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