summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/Makefile
diff options
context:
space:
mode:
authorHariprasad Shenai2015-04-06 16:53:23 +0200
committerDavid S. Miller2015-04-07 23:38:54 +0200
commit812034f11628aaaab0e2d7af1d3bc50a49eb396b (patch)
tree47e9a4f495070fd770eb5fd40c635c649fb104ab /drivers/net/ethernet/chelsio/cxgb4/Makefile
parentnetdevice.h: remove iflink description (diff)
downloadkernel-qcow2-linux-812034f11628aaaab0e2d7af1d3bc50a49eb396b.tar.gz
kernel-qcow2-linux-812034f11628aaaab0e2d7af1d3bc50a49eb396b.tar.xz
kernel-qcow2-linux-812034f11628aaaab0e2d7af1d3bc50a49eb396b.zip
cxgb4: Move ethtool related code to a separate file
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/Makefile')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/Makefile b/drivers/net/ethernet/chelsio/cxgb4/Makefile
index 07d9b68a4da2..ace0ab98d0f1 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/Makefile
+++ b/drivers/net/ethernet/chelsio/cxgb4/Makefile
@@ -4,7 +4,7 @@
obj-$(CONFIG_CHELSIO_T4) += cxgb4.o
-cxgb4-objs := cxgb4_main.o l2t.o t4_hw.o sge.o clip_tbl.o
+cxgb4-objs := cxgb4_main.o l2t.o t4_hw.o sge.o clip_tbl.o cxgb4_ethtool.o
cxgb4-$(CONFIG_CHELSIO_T4_DCB) += cxgb4_dcb.o
cxgb4-$(CONFIG_CHELSIO_T4_FCOE) += cxgb4_fcoe.o
cxgb4-$(CONFIG_DEBUG_FS) += cxgb4_debugfs.o