diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2007-02-16 11:03:54 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-23 18:03:45 -0500 |
commit | d0374f4f9c35cdfbee0ade72d06732613b4e6628 (patch) | |
tree | 32b848dd193581115ba5da707c4730f9ca09491b /drivers/usb/net/Makefile | |
parent | 39c4b38cad00287cfd92cb66fec7c9a3edf50f2a (diff) |
USB: Davicom DM9601 usbnet driver
This patch adds a driver for the Davicom DM9601 USB 1.1 10/100Mbps
ethernet adaptor using the usbnet framework.
See http://www.davicom.com.tw/eng/products/dm9601.htm for details.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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 7b51964de171..595a539f8384 100644 --- a/drivers/usb/net/Makefile +++ b/drivers/usb/net/Makefile | |||
@@ -8,6 +8,7 @@ obj-$(CONFIG_USB_PEGASUS) += pegasus.o | |||
8 | obj-$(CONFIG_USB_RTL8150) += rtl8150.o | 8 | obj-$(CONFIG_USB_RTL8150) += rtl8150.o |
9 | obj-$(CONFIG_USB_NET_AX8817X) += asix.o | 9 | obj-$(CONFIG_USB_NET_AX8817X) += asix.o |
10 | obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o | 10 | obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o |
11 | obj-$(CONFIG_USB_NET_DM9601) += dm9601.o | ||
11 | obj-$(CONFIG_USB_NET_GL620A) += gl620a.o | 12 | obj-$(CONFIG_USB_NET_GL620A) += gl620a.o |
12 | obj-$(CONFIG_USB_NET_NET1080) += net1080.o | 13 | obj-$(CONFIG_USB_NET_NET1080) += net1080.o |
13 | obj-$(CONFIG_USB_NET_PLUSB) += plusb.o | 14 | obj-$(CONFIG_USB_NET_PLUSB) += plusb.o |