From mboxrd@z Thu Jan 1 00:00:00 1970 From: richardcochran@gmail.com (Richard Cochran) Date: Fri, 14 Apr 2017 09:53:43 +0200 Subject: [PATCH 4/4] net: macb: Add macb_ptp to compilation chain In-Reply-To: <1492090798-16253-1-git-send-email-rafalo@cadence.com> References: <1492090439-11793-1-git-send-email-rafalo@cadence.com> <1492090798-16253-1-git-send-email-rafalo@cadence.com> Message-ID: <20170414075343.GB1660@localhost.localdomain> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 build product and rename macb.c to macb_main.c instead? Thanks, Richard