Re: [PATCH v2] kbuild: fix compilation of dtb specified on command-line without make rule
From: Nicolas Schier
Date: Sat Dec 27 2025 - 16:39:36 EST
On Wed, 26 Nov 2025 11:00:16 +0100, Thomas De Schampheleire wrote:
> Since commit e7e2941300d2 ("kbuild: split device tree build rules into
> scripts/Makefile.dtbs"), it is no longer possible to compile a device tree
> blob that is not specified in a make rule
> like:
> dtb-$(CONFIG_FOO) += foo.dtb
>
> Before the mentioned commit, one could copy a dts file to e.g.
> arch/arm64/boot/dts/ (or a new subdirectory) and then convert it to a dtb
> file using:
> make ARCH=arm64 foo.dtb
>
> [...]
Applied to kbuild-next, thanks!
[1/1] kbuild: fix compilation of dtb specified on command-line without make rule
commit: b08fc4d0ec2466558f6d5511434efdfabbddf2a6
https://git.kernel.org/kbuild/c/b08fc4d0ec24
Best regards,
--
Nicolas