Re: [PATCH] Delete .builtin-dtbs.S when running make clean

From: Nicolas Schier

Date: Mon Mar 09 2026 - 02:31:37 EST


On Sat, Mar 07, 2026 at 11:43:30PM -0500, Charles Mirabile wrote:
> The makefile tries to delete a file named ".builtin-dtb.S" but the file
> created by scripts/Makefile.vmlinux is actually called ".builtin-dtbs.S".
>
> Fixes: 654102df2ac2a ("kbuild: add generic support for built-in boot DTBs")
> Cc: stable@xxxxxxxxxxxxxxx
>
> Signed-off-by: Charles Mirabile <cmirabil@xxxxxxxxxx>
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Nice catch, thanks!

Reviewed-by: Nicolas Schier <nsc@xxxxxxxxxx>

--
Nicolas