diff options
author | Vladimir Oltean <olteanv@gmail.com> | 2019-05-02 23:23:35 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-03 17:49:17 +0300 |
commit | 52c34e6e125c153097befbfe18b8d2918c68a41d (patch) | |
tree | a7e8f0a536dabe300f587c2d1f4e5c499f3faa97 /drivers/net/dsa/sja1105/Makefile | |
parent | 6666cebc5e306f49a25bd20aa8c1cb8ef8950df5 (diff) | |
download | linux-52c34e6e125c153097befbfe18b8d2918c68a41d.tar.xz |
net: dsa: sja1105: Add support for ethtool port counters
Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/sja1105/Makefile')
-rw-r--r-- | drivers/net/dsa/sja1105/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/sja1105/Makefile b/drivers/net/dsa/sja1105/Makefile index d3237b313a4e..1c2b55fec959 100644 --- a/drivers/net/dsa/sja1105/Makefile +++ b/drivers/net/dsa/sja1105/Makefile @@ -3,6 +3,7 @@ obj-$(CONFIG_NET_DSA_SJA1105) += sja1105.o sja1105-objs := \ sja1105_spi.o \ sja1105_main.o \ + sja1105_ethtool.o \ sja1105_clocking.o \ sja1105_static_config.o \ sja1105_dynamic_config.o \ |