[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <176686408088.98851.1612046725611900225.b4-ty@kernel.org>
Date: Sat, 27 Dec 2025 21:10:13 +0100
From: Nicolas Schier <nsc@...nel.org>
To: linux-kbuild@...r.kernel.org,
Thomas De Schampheleire <thomas.de_schampheleire@...ia.com>
Cc: Nicolas Schier <nsc@...nel.org>,
Rob Herring <robh@...nel.org>,
Masahiro Yamada <masahiroy@...nel.org>,
Nathan Chancellor <nathan@...nel.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] kbuild: fix compilation of dtb specified on command-line without make rule
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
Powered by blists - more mailing lists