aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/Makefile
diff options
context:
space:
mode:
authorChristian Riesch <christian.riesch@omicron.at>2012-07-13 05:26:30 +0000
committerDavid S. Miller <davem@davemloft.net>2012-07-16 23:26:23 -0700
commit607740bc1605395c96b09416cdcc5e77c8976eed (patch)
tree684d41f965a2b5771a1dbef9501fa51a5fa73a23 /drivers/net/usb/Makefile
parentasix: Rename asix.c to asix_devices.c (diff)
downloadlinux-dev-607740bc1605395c96b09416cdcc5e77c8976eed.tar.xz
linux-dev-607740bc1605395c96b09416cdcc5e77c8976eed.zip
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/Makefile2
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