summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2006-08-23 14:16:09 -0700
committerJeff Garzik <jeff@garzik.org>2006-08-24 02:53:06 -0400
commit8f3b48b99aa5df84bb1457b1a97261fc3e01a305 (patch)
tree7bb9f702bcefaa16a7b83574d612fe2d54fc52f4 /Makefile.am
parent20fd164c618403634ec12f90ad51be8c6e28813e (diff)
downloadethtool-8f3b48b99aa5df84bb1457b1a97261fc3e01a305.tar.gz
[PATCH] ethtool: skge register dump
Pretty printing of skge registers. This is a redo of earlier patch that must have got lost. It earlier patch was before the git conversion. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
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 6eb2c08..cf4ebc5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ sbin_PROGRAMS = ethtool
ethtool_SOURCES = ethtool.c ethtool-copy.h ethtool-util.h \
amd8111e.c de2104x.c e100.c e1000.c \
fec_8xx.c ibm_emac.c natsemi.c pcnet32.c \
- realtek.c tg3.c
+ realtek.c tg3.c skge.c
dist-hook:
cp $(top_srcdir)/ethtool.spec $(distdir)