summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMark Einon <mark.einon@gmail.com>2012-10-30 21:57:23 +0000
committerBen Hutchings <bhutchings@solarflare.com>2012-11-08 19:23:54 +0000
commit08f7d492eb1de6f47313c6a9bcb07f32f1695513 (patch)
treeabbea8acf818bdfb9665a8dcf2ce0dfdb55f0a3f /Makefile.am
parent963faa0063e89bfd0d807b3c25fcb0723541a045 (diff)
downloadethtool-08f7d492eb1de6f47313c6a9bcb07f32f1695513.tar.gz
ethtool: Support et131x registers in -d
The et131x register set contains useful details of RX/TX queues for the device. This dumps them with the -d option. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1b96b98..e33f71f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ EXTRA_DIST = LICENSE ethtool.8 ethtool.spec.in aclocal.m4 ChangeLog autogen.sh
sbin_PROGRAMS = ethtool
ethtool_SOURCES = ethtool.c ethtool-copy.h internal.h net_tstamp-copy.h \
- amd8111e.c de2104x.c e100.c e1000.c igb.c \
+ amd8111e.c de2104x.c e100.c e1000.c et131x.c igb.c \
fec_8xx.c ibm_emac.c ixgb.c ixgbe.c natsemi.c \
pcnet32.c realtek.c tg3.c marvell.c vioc.c \
smsc911x.c at76c50x-usb.c sfc.c stmmac.c \