aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/qlogic/qlcnic/Makefile
diff options
context:
space:
mode:
authorSony Chacko <sony.chacko@qlogic.com>2012-11-28 04:34:28 +0000
committerDavid S. Miller <davem@davemloft.net>2012-11-28 11:07:43 -0500
commitec079a07db570ec6ba333525cc43805163bcb043 (patch)
tree4b850bb2791521ef7b1ef66e84755f8c79f8857c /drivers/net/ethernet/qlogic/qlcnic/Makefile
parentqlcnic: fix coding style issues in qlcnic_io.c (diff)
downloadwireguard-linux-ec079a07db570ec6ba333525cc43805163bcb043.tar.xz
wireguard-linux-ec079a07db570ec6ba333525cc43805163bcb043.zip
qlcnic: create file qlcnic_sysfs.c for sysfs routines
Physical refactoring of 82xx adapter sysfs routines. Move sysfs routines to new file qlcnic_sysfs.c Existing sysfs routines has coding style issues, this code is moved to the new file without fixing the style issues. There is a seperate patch to fix the style issues in qlcnic_sysfs.c Signed-off-by: Sony Chacko <sony.chacko@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic/qlcnic/Makefile')
-rw-r--r--drivers/net/ethernet/qlogic/qlcnic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qlogic/qlcnic/Makefile b/drivers/net/ethernet/qlogic/qlcnic/Makefile
index a26ee171fd76..34db05366c17 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/Makefile
+++ b/drivers/net/ethernet/qlogic/qlcnic/Makefile
@@ -5,4 +5,5 @@
obj-$(CONFIG_QLCNIC) := qlcnic.o
qlcnic-y := qlcnic_hw.o qlcnic_main.o qlcnic_init.o \
- qlcnic_ethtool.o qlcnic_ctx.o qlcnic_io.o
+ qlcnic_ethtool.o qlcnic_ctx.o qlcnic_io.o \
+ qlcnic_sysfs.o