[PATCH v2] kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile

yamada.masahiro at socionext.com yamada.masahiro at socionext.com
Thu Nov 2 01:48:46 PDT 2017


Hi Arnd,


> -----Original Message-----
> From: arndbergmann at gmail.com [mailto:arndbergmann at gmail.com] On Behalf Of
> Arnd Bergmann
> Sent: Thursday, November 02, 2017 5:38 PM
> To: Yamada, Masahiro/山田 真弘 <yamada.masahiro at socionext.com>
> Cc: DTML <devicetree at vger.kernel.org>; Rob Herring <robh at kernel.org>;
> linux-arch <linux-arch at vger.kernel.org>; open list:RALINK MIPS
> ARCHITECTURE <linux-mips at linux-mips.org>; Linux Kbuild mailing list
> <linux-kbuild at vger.kernel.org>; Russell King <linux at armlinux.org.uk>;
> Ralf Baechle <ralf at linux-mips.org>; Pantelis Antoniou
> <pantelis.antoniou at gmail.com>; Mark Rutland <mark.rutland at arm.com>;
> Frank Rowand <frowand.list at gmail.com>; Linux ARM
> <linux-arm-kernel at lists.infradead.org>
> Subject: Re: [PATCH v2] kbuild: clean up *.dtb and *.dtb.S patterns from
> top-level Makefile
> 
> On Thu, Nov 2, 2017 at 3:51 AM, Masahiro Yamada
> <yamada.masahiro at socionext.com> wrote:
> > We need to add "clean-files" in Makfiles to clean up DT blobs, but we
> > often miss to do so.
> >
> > Since there are no source files that end with .dtb or .dtb.S, so we
> > can clean-up those files from the top-level Makefile.
> >
> > Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> 
> Acked-by: Arnd Bergmann <arnd at arndb.de>
> 
> 
> On a (barely) related note, I'm struggling with another problem in the
> way we handle
> the .dtb files in arm64 when CONFIG_OF_ALL_DTBS is enabled: when building
> on a lot of CPUs, we try to build the same files from both
> arch/arm64/boot/dts/Makefile
> and arch/arm64/boot/dts/*/Makefile, which then results in a failed
> build when writing
> the temporary files.
> 
> I have come up with a workaround that I use locally, but it seemed too ugly
> to
> submit that for inclusion. Maybe you can come up with a nicer a solution
> for
> this as well?
> 
>       Arnd

Yeah, I had also noticed this race problem on parallel building
with CONFIG_OF_ALL_DTBS.

I was planning to do it
when I come up with a clean implementation.

One idea is to handle dtb-y and CONFIG_OF_ALL_DTBS
natively in scripts/Makefile.build or somewhere
as scripts/Makefile.dtbinst already recognizes dtb-y as a special variable.



More information about the linux-arm-kernel mailing list