From 2d50690d76353f1a954f7f632e0894d124cc9241 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 26 Sep 2006 13:08:25 -0700 Subject: [PATCH] ethtool: move skge.c to marvell.c The code will be common for skge and sky2 Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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) -- cgit v1.2.1