On Mon, Jul 27, 2020 at 03:05:34PM -0700, Jakub Kicinski wrote:
> On Mon, 27 Jul 2020 22:47:28 +0200 Andrew Lunn wrote:
> > RFC Because it needs 0-day build testing
>
> Looks like allmodconfig falls over on patches 2 and 3.
>
> make[6]: *** No rule to make target 'drivers/net/phy/phy/mscc/mscc_ptp.o',
> needed by 'drivers/net/phy/phy/mscc/mscc.o'. Stop.
Thanks Jakub. My desktop machine takes its time with allmodconfig
builds.
mscc_ptp.c & mscc_ptp.h got added after my first implementation. When
i rebased they got left in there old location.
I fixed it, and pushed my branch out. 0-day should run some tests on
it. Lets see if it finds anything else.
Andrew