diff options
author | Christian Riesch <christian.riesch@omicron.at> | 2012-07-13 05:26:30 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-16 23:26:23 -0700 |
commit | 607740bc1605395c96b09416cdcc5e77c8976eed (patch) | |
tree | 684d41f965a2b5771a1dbef9501fa51a5fa73a23 /drivers/net/usb/Makefile | |
parent | b4cdae20ef956fb80b231cbbcfcdb446fed763ca (diff) | |
download | linux-next-607740bc1605395c96b09416cdcc5e77c8976eed.tar.gz |
asix: Factor out common code
Allow the new driver for the AX88172A to share code with the
existing drivers for ASIX devices.
Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/Makefile')
-rw-r--r-- | drivers/net/usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/Makefile b/drivers/net/usb/Makefile index 2c8f7b4a5d8c..a9490d9a4e98 100644 --- a/drivers/net/usb/Makefile +++ b/drivers/net/usb/Makefile @@ -8,7 +8,7 @@ obj-$(CONFIG_USB_PEGASUS) += pegasus.o obj-$(CONFIG_USB_RTL8150) += rtl8150.o obj-$(CONFIG_USB_HSO) += hso.o obj-$(CONFIG_USB_NET_AX8817X) += asix.o -asix-y := asix_devices.o +asix-y := asix_devices.o asix_common.o obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o obj-$(CONFIG_USB_NET_CDC_EEM) += cdc_eem.o obj-$(CONFIG_USB_NET_DM9601) += dm9601.o |