summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2006-09-26 13:08:25 -0700
committerJeff Garzik <jeff@garzik.org>2006-09-27 19:01:26 -0400
commit2d50690d76353f1a954f7f632e0894d124cc9241 (patch)
tree544281d98e94c5d99949b48976bbb0f6175fef00 /Makefile.am
parent6763e2b61d134ecb2b9c9732c25963e52afab54b (diff)
downloadethtool-2d50690d76353f1a954f7f632e0894d124cc9241.tar.gz
[PATCH] ethtool: move skge.c to marvell.c
The code will be common for skge and sky2 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 c78eecf..97ad512 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 ixgb.c natsemi.c \
- pcnet32.c realtek.c tg3.c skge.c
+ pcnet32.c realtek.c tg3.c marvell.c
dist-hook:
cp $(top_srcdir)/ethtool.spec $(distdir)