Re: running "make dtbs" for test builds
From: Arnd Bergmann <hidden>
Date: 2016-07-18 12:50:29
Also in:
linux-arm-kernel, linux-kbuild, lkml
From: Arnd Bergmann <hidden>
Date: 2016-07-18 12:50:29
Also in:
linux-arm-kernel, linux-kbuild, lkml
On Monday, July 18, 2016 8:29:47 PM CEST Fengguang Wu wrote:
quoted
- 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html