RE: [PATCH 2/2] ethtool: allow for a smaller build
From: David Laight <hidden>
Date: 2014-02-27 10:06:27
From: David Laight <hidden>
Date: 2014-02-27 10:06:27
From: Florian Fainelli
Introduce a new configure script option: --enable-small which will disable building the driver specific register dump objects, the savings are:
...
+if !SMALL +ethtool_SOURCES += \ 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 \ - rxclass.c sfpid.c sfpdiag.c ixgbevf.c + sfpid.c sfpdiag.c ixgbevf.c +endif
What about allowing a subset of the register dumps be enabled? David