Re: [PATCH net v4 01/13] net/8390: Remove redundant make dependencies

2018-02-12 Thread Geert Uytterhoeven
On Mon, Feb 12, 2018 at 4:08 AM, Finn Thain wrote: > The hydra, zorro8390 and mcf8390 drivers all #include "lib8390.c" and > have no need for 8390.o. modinfo confirms no dependency on 8390.ko. > Drop the redundant dependency from the Makefile. objdump confirms > that

[PATCH net v4 01/13] net/8390: Remove redundant make dependencies

2018-02-11 Thread Finn Thain
The hydra, zorro8390 and mcf8390 drivers all #include "lib8390.c" and have no need for 8390.o. modinfo confirms no dependency on 8390.ko. Drop the redundant dependency from the Makefile. objdump confirms that this has no effect on the module binaries. Cc: Greg Ungerer Cc: