diff options
author | Christian Riesch <christian.riesch@omicron.at> | 2012-07-13 07:26:29 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-17 08:26:23 +0200 |
commit | b4cdae20ef956fb80b231cbbcfcdb446fed763ca (patch) | |
tree | c3aee1d482fb097f0298b853a321d7a0a7a7127b /drivers/net/usb/Makefile | |
parent | gigaset: silence GCC warning for unused 'format_ie' (diff) | |
download | linux-b4cdae20ef956fb80b231cbbcfcdb446fed763ca.tar.xz linux-b4cdae20ef956fb80b231cbbcfcdb446fed763ca.zip |
asix: Rename asix.c to asix_devices.c
This patch further creates two additional copies of asix.c.
In another patch these copies will be used to factor out
common code.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/usb/Makefile b/drivers/net/usb/Makefile index a2e2d72c52a0..2c8f7b4a5d8c 100644 --- a/drivers/net/usb/Makefile +++ b/drivers/net/usb/Makefile @@ -8,6 +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 obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o obj-$(CONFIG_USB_NET_CDC_EEM) += cdc_eem.o obj-$(CONFIG_USB_NET_DM9601) += dm9601.o |