blob: 88a87eeb376afd81879e8ff03180987f02f09f0f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for USB Network drivers
3#
4
5obj-$(CONFIG_USB_CATC) += catc.o
6obj-$(CONFIG_USB_KAWETH) += kaweth.o
7obj-$(CONFIG_USB_PEGASUS) += pegasus.o
8obj-$(CONFIG_USB_RTL8150) += rtl8150.o
Greg Kroah-Hartman72dc1c02008-05-13 21:57:12 -07009obj-$(CONFIG_USB_HSO) += hso.o
David Brownell2e55cc72005-08-31 09:53:10 -070010obj-$(CONFIG_USB_NET_AX8817X) += asix.o
David Brownell4324fd42005-08-31 09:54:20 -070011obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o
Peter Korsgaardd0374f42007-02-16 17:03:54 +010012obj-$(CONFIG_USB_NET_DM9601) += dm9601.o
Steve Glendinning2f7ca802008-10-02 05:27:57 +000013obj-$(CONFIG_USB_NET_SMSC95XX) += smsc95xx.o
David Brownell47ee3052005-08-31 09:53:42 -070014obj-$(CONFIG_USB_NET_GL620A) += gl620a.o
David Brownell904813c2005-08-31 09:53:26 -070015obj-$(CONFIG_USB_NET_NET1080) += net1080.o
David Brownell090ffa92005-08-31 09:54:50 -070016obj-$(CONFIG_USB_NET_PLUSB) += plusb.o
David Brownell64e04912005-08-31 09:54:36 -070017obj-$(CONFIG_USB_NET_RNDIS_HOST) += rndis_host.o
David Brownell38bde1d2005-08-31 09:52:45 -070018obj-$(CONFIG_USB_NET_CDC_SUBSET) += cdc_subset.o
David Brownell0aa599c2005-08-31 09:53:58 -070019obj-$(CONFIG_USB_NET_ZAURUS) += zaurus.o
Arnd Bergmann2a36d702006-10-09 00:08:00 +020020obj-$(CONFIG_USB_NET_MCS7830) += mcs7830.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070021obj-$(CONFIG_USB_USBNET) += usbnet.o
Greg Kroah-Hartman654f3112005-11-17 09:48:09 -080022