Re: linux-next: build failure after merge of the at91 tree

From: Ludovic Desroches
Date: Tue Apr 23 2019 - 03:23:27 EST


On Tue, Apr 23, 2019 at 01:27:52PM +0900, Masahiro Yamada wrote:
> External E-Mail
>
>
> On Tue, Apr 23, 2019 at 10:33 AM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
> >
> > Hi all,
> >
> > After merging the at91 tree, today's linux-next build (arm
> > multi_v7_defconfig) failed like this:
> >
> > arch/arm/mach-at91/pm_suspend.S:17:10: fatal error: pm_data-offsets.h: No such file or directory
> > #include "pm_data-offsets.h"
> > ^~~~~~~~~~~~~~~~~~~
> >
> > Caused by commit
> >
> > ab690fa1eb4b ("ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91")
> >
> > I used the version of the at91 tree from next-20190418 for today.
>
>
> Sorry, I missed to test the out-of-tree build.
>
> -I $(srctree)/$(src) is not added
> when check-in assembly files include a generated header.
> (I think this should be automatically cared by Kbuild, though.)
>
>
> Ludovic,
>
> Could you drop this patch for now?

Yes I dropped it from my PR for 5.2 and remove it from at91-next.

Regards

Ludovic