From 749f3878693d21cd43301327ddd22811453e38da Mon Sep 17 00:00:00 2001 From: Aurelien Guillaume Date: Sun, 2 Dec 2012 21:21:01 +0100 Subject: Implemented basic optics diagnostics for SFF-8472 The current output of -m has been modified so that everything lines up correctly. The --module-info option alias has been added. Signed-off-by: Aurelien Guillaume Signed-off-by: Ben Hutchings --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e33f71f..ba1faa6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ AM_CFLAGS = -Wall +LDADD = -lm man_MANS = ethtool.8 EXTRA_DIST = LICENSE ethtool.8 ethtool.spec.in aclocal.m4 ChangeLog autogen.sh @@ -9,7 +10,7 @@ ethtool_SOURCES = ethtool.c ethtool-copy.h internal.h net_tstamp-copy.h \ 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 \ - rxclass.c sfpid.c + rxclass.c sfpid.c sfpdiag.c TESTS = test-cmdline test-features check_PROGRAMS = test-cmdline test-features -- cgit v1.2.1