aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/usb/Makefile
diff options
context:
space:
mode:
authorDiego Giagio <diego@giagio.com>2010-04-18 08:35:16 +0000
committerDavid S. Miller <davem@davemloft.net>2010-04-21 22:43:18 -0700
commita19259c3d589a014e5f47f148f74dfc44422c82b (patch)
treea4cb49752cf1dcc669b7dcf4553c19ffa7bb87a6 /drivers/net/usb/Makefile
parentcxgb3: fix linkup issue (diff)
downloadwireguard-linux-a19259c3d589a014e5f47f148f74dfc44422c82b.tar.xz
wireguard-linux-a19259c3d589a014e5f47f148f74dfc44422c82b.zip
drivers/net/usb: Add new driver ipheth
Add new driver to use tethering with an iPhone device. After initial submission, apply fixes to fit the new driver into the kernel standards. There are still a couple of minor (almost cosmetic-level) issues, but the driver is fully functional right now. Signed-off-by: L. Alberto Giménez <agimenez@sysvalve.es> Signed-off-by: Diego Giagio <diego@giagio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/Makefile')
-rw-r--r--drivers/net/usb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/usb/Makefile b/drivers/net/usb/Makefile
index 82ea62955b56..edb09c0ddf8e 100644
--- a/drivers/net/usb/Makefile
+++ b/drivers/net/usb/Makefile
@@ -23,4 +23,5 @@ obj-$(CONFIG_USB_NET_MCS7830) += mcs7830.o
obj-$(CONFIG_USB_USBNET) += usbnet.o
obj-$(CONFIG_USB_NET_INT51X1) += int51x1.o
obj-$(CONFIG_USB_CDC_PHONET) += cdc-phonet.o
+obj-$(CONFIG_USB_IPHETH) += ipheth.o