[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1887216.FoLArqn3oq@wuerfel>
Date: Mon, 18 Jul 2016 14:49:52 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Fengguang Wu <lkp@...el.com>
Cc: linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Thierry Reding <thierry.reding@...il.com>,
devicetree@...r.kernel.org,
linux-kbuild <linux-kbuild@...r.kernel.org>
Subject: Re: running "make dtbs" for test builds
On Monday, July 18, 2016 8:29:47 PM CEST Fengguang Wu wrote:
> >- setting CONFIG_OF_ALL_DTBS will catch all files, not just the
> > ones that are built by default for the set of configurations you
> > have. It's possible to simply override this on the command line,
> > using "make CONFIG_OF_ALL_DTBS=y", it doesn't actually have to
> > be part of the configuration. The result is independent of the
> > actual configuration, so it should be enough to do this once
> > per architecture and source revision.
> >
> >Is this something you can add?
>
> Do you mean to simply change the main "make" command line to
>
> make ARCH=xxx CONFIG_OF_ALL_DTBS=y
>
> Which looks safe even for ARCHs that do not support it.
>
> The arch/.../Makefile that actually use it are:
>
> arch/arc/boot/dts/Makefile
> arch/arm/boot/dts/Makefile
> arch/arm64/boot/dts/Makefile
> arch/h8300/boot/dts/Makefile
> arch/metag/boot/dts/Makefile
> arch/mips/boot/dts/Makefile
> arch/xtensa/boot/dts/Makefile
>
Sounds good, thanks!
Arnd
Powered by blists - more mailing lists