Re: [PATCH 4/4] net: macb: Add macb_ptp to compilation chain

2017-04-14 Thread Richard Cochran
On Thu, Apr 13, 2017 at 02:39:58PM +0100, Rafal Ozieblo wrote: > Add macb_ptp.c to Makefile. > In case that macb is compiled as a module, it has been renamed to > cadence-macb.ko to avoid naming confusion in Makefile. Renaming modules will break user's modpobe scripts. Why not keep macb.ko as the

[PATCH 4/4] net: macb: Add macb_ptp to compilation chain

2017-04-13 Thread Rafal Ozieblo
Add macb_ptp.c to Makefile. In case that macb is compiled as a module, it has been renamed to cadence-macb.ko to avoid naming confusion in Makefile. Signed-off-by: Rafal Ozieblo --- drivers/net/ethernet/cadence/Makefile | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dr