diff options
author | Taku Izumi <izumi.taku@jp.fujitsu.com> | 2015-08-21 10:29:38 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-24 23:06:37 +0200 |
commit | 786eec27cbb1713caf3b33538a877a21e779d3bc (patch) | |
tree | f9f59b7da4c673d3f7cdbc5322e0e21c122fddfb /drivers/net/fjes/Makefile | |
parent | fjes: handle receive cancellation request interrupt (diff) | |
download | linux-786eec27cbb1713caf3b33538a877a21e779d3bc.tar.xz linux-786eec27cbb1713caf3b33538a877a21e779d3bc.zip |
fjes: ethtool support
This patch adds implementation for ethtool support.
Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/fjes/Makefile')
-rw-r--r-- | drivers/net/fjes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fjes/Makefile b/drivers/net/fjes/Makefile index 753d52f1be33..523e3d7cf7aa 100644 --- a/drivers/net/fjes/Makefile +++ b/drivers/net/fjes/Makefile @@ -27,4 +27,4 @@ obj-$(CONFIG_FUJITSU_ES) += fjes.o -fjes-objs := fjes_main.o fjes_hw.o +fjes-objs := fjes_main.o fjes_hw.o fjes_ethtool.o |