Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for USB Network drivers |
| 3 | # |
| 4 | |
| 5 | obj-$(CONFIG_USB_CATC) += catc.o |
| 6 | obj-$(CONFIG_USB_KAWETH) += kaweth.o |
| 7 | obj-$(CONFIG_USB_PEGASUS) += pegasus.o |
| 8 | obj-$(CONFIG_USB_RTL8150) += rtl8150.o |
Greg Kroah-Hartman | 72dc1c0 | 2008-05-13 21:57:12 -0700 | [diff] [blame] | 9 | obj-$(CONFIG_USB_HSO) += hso.o |
David Brownell | 2e55cc7 | 2005-08-31 09:53:10 -0700 | [diff] [blame] | 10 | obj-$(CONFIG_USB_NET_AX8817X) += asix.o |
Christian Riesch | 16626b0 | 2012-07-13 05:26:31 +0000 | [diff] [blame] | 11 | asix-y := asix_devices.o asix_common.o ax88172a.o |
David Brownell | 4324fd4 | 2005-08-31 09:54:20 -0700 | [diff] [blame] | 12 | obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o |
Omar Laazimani | 9f722c0 | 2009-05-04 12:01:43 -0700 | [diff] [blame] | 13 | obj-$(CONFIG_USB_NET_CDC_EEM) += cdc_eem.o |
Peter Korsgaard | d0374f4 | 2007-02-16 17:03:54 +0100 | [diff] [blame] | 14 | obj-$(CONFIG_USB_NET_DM9601) += dm9601.o |
Steve Glendinning | d0cad87 | 2010-03-16 08:46:46 +0000 | [diff] [blame] | 15 | obj-$(CONFIG_USB_NET_SMSC75XX) += smsc75xx.o |
Steve Glendinning | 2f7ca80 | 2008-10-02 05:27:57 +0000 | [diff] [blame] | 16 | obj-$(CONFIG_USB_NET_SMSC95XX) += smsc95xx.o |
David Brownell | 47ee305 | 2005-08-31 09:53:42 -0700 | [diff] [blame] | 17 | obj-$(CONFIG_USB_NET_GL620A) += gl620a.o |
David Brownell | 904813c | 2005-08-31 09:53:26 -0700 | [diff] [blame] | 18 | obj-$(CONFIG_USB_NET_NET1080) += net1080.o |
David Brownell | 090ffa9 | 2005-08-31 09:54:50 -0700 | [diff] [blame] | 19 | obj-$(CONFIG_USB_NET_PLUSB) += plusb.o |
David Brownell | 64e0491 | 2005-08-31 09:54:36 -0700 | [diff] [blame] | 20 | obj-$(CONFIG_USB_NET_RNDIS_HOST) += rndis_host.o |
David Brownell | 38bde1d | 2005-08-31 09:52:45 -0700 | [diff] [blame] | 21 | obj-$(CONFIG_USB_NET_CDC_SUBSET) += cdc_subset.o |
David Brownell | 0aa599c | 2005-08-31 09:53:58 -0700 | [diff] [blame] | 22 | obj-$(CONFIG_USB_NET_ZAURUS) += zaurus.o |
Arnd Bergmann | 2a36d70 | 2006-10-09 00:08:00 +0200 | [diff] [blame] | 23 | obj-$(CONFIG_USB_NET_MCS7830) += mcs7830.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | obj-$(CONFIG_USB_USBNET) += usbnet.o |
Peter Holik | 4510d7c | 2009-04-18 07:24:21 +0000 | [diff] [blame] | 25 | obj-$(CONFIG_USB_NET_INT51X1) += int51x1.o |
Rémi Denis-Courmont | 87cf656 | 2009-07-21 01:58:35 +0000 | [diff] [blame] | 26 | obj-$(CONFIG_USB_CDC_PHONET) += cdc-phonet.o |
Marius B. Kotsbak | d402612 | 2011-06-12 02:35:02 +0000 | [diff] [blame] | 27 | obj-$(CONFIG_USB_NET_KALMIA) += kalmia.o |
Diego Giagio | a19259c | 2010-04-18 08:35:16 +0000 | [diff] [blame] | 28 | obj-$(CONFIG_USB_IPHETH) += ipheth.o |
Elina Pasheva | eb4fd8c | 2010-04-27 18:06:41 -0700 | [diff] [blame] | 29 | obj-$(CONFIG_USB_SIERRA_NET) += sierra_net.o |
Ondrej Zary | cc28a20 | 2010-09-04 02:39:34 +0000 | [diff] [blame] | 30 | obj-$(CONFIG_USB_NET_CX82310_ETH) += cx82310_eth.o |
Alexey Orishko | 900d495 | 2010-11-29 23:23:28 +0000 | [diff] [blame] | 31 | obj-$(CONFIG_USB_NET_CDC_NCM) += cdc_ncm.o |
Andrzej Zaborowski | 7a635ea | 2011-03-28 12:56:33 +0000 | [diff] [blame] | 32 | obj-$(CONFIG_USB_VL600) += lg-vl600.o |
Bjørn Mork | 423ce8c | 2012-01-19 15:37:22 +0000 | [diff] [blame] | 33 | obj-$(CONFIG_USB_NET_QMI_WWAN) += qmi_wwan.o |
Bjørn Mork | 9084ccf | 2012-10-22 10:56:37 +0000 | [diff] [blame] | 34 | obj-$(CONFIG_USB_NET_CDC_MBIM) += cdc_mbim.o |
Greg Kroah-Hartman | 654f311 | 2005-11-17 09:48:09 -0800 | [diff] [blame] | 35 | |