* [PATCH] Delete .builtin-dtbs.S when running make clean
@ 2026-03-08 4:43 Charles Mirabile
2026-03-08 6:34 ` Nicolas Schier
2026-03-09 20:44 ` Nathan Chancellor
0 siblings, 2 replies; 3+ messages in thread
From: Charles Mirabile @ 2026-03-08 4:43 UTC (permalink / raw)
To: linux-kernel
Cc: Charles Mirabile, linux-kbuild, masahiroy, nathan, nicolas.schier,
stable
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@vger.kernel.org
Signed-off-by: Charles Mirabile <cmirabil@redhat.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index d763c2c75cdbf..4d2a9d938f713 100644
--- a/Makefile
+++ b/Makefile
@@ -1578,7 +1578,7 @@ CLEAN_FILES += vmlinux.symvers modules-only.symvers \
modules.builtin.ranges vmlinux.o.map vmlinux.unstripped \
compile_commands.json rust/test \
rust-project.json .vmlinux.objs .vmlinux.export.c \
- .builtin-dtbs-list .builtin-dtb.S
+ .builtin-dtbs-list .builtin-dtbs.S
# Directories & files removed with 'make mrproper'
MRPROPER_FILES += include/config include/generated \
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] Delete .builtin-dtbs.S when running make clean
2026-03-08 4:43 [PATCH] Delete .builtin-dtbs.S when running make clean Charles Mirabile
@ 2026-03-08 6:34 ` Nicolas Schier
2026-03-09 20:44 ` Nathan Chancellor
1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Schier @ 2026-03-08 6:34 UTC (permalink / raw)
To: Charles Mirabile; +Cc: linux-kernel, linux-kbuild, masahiroy, nathan, stable
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@vger.kernel.org
>
> Signed-off-by: Charles Mirabile <cmirabil@redhat.com>
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Nice catch, thanks!
Reviewed-by: Nicolas Schier <nsc@kernel.org>
--
Nicolas
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] Delete .builtin-dtbs.S when running make clean
2026-03-08 4:43 [PATCH] Delete .builtin-dtbs.S when running make clean Charles Mirabile
2026-03-08 6:34 ` Nicolas Schier
@ 2026-03-09 20:44 ` Nathan Chancellor
1 sibling, 0 replies; 3+ messages in thread
From: Nathan Chancellor @ 2026-03-09 20:44 UTC (permalink / raw)
To: linux-kernel, Charles Mirabile
Cc: linux-kbuild, masahiroy, nathan, nicolas.schier, stable
On Sat, 07 Mar 2026 23:43:30 -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@vger.kernel.org
>
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git kbuild-fixes
Thanks!
[1/1] Delete .builtin-dtbs.S when running make clean
https://git.kernel.org/kbuild/c/a76e30c2479ce
Please look out for regression or issue reports or other follow up
comments, as they may result in the patch/series getting dropped or
reverted. Patches applied to an "unstable" branch are accepted pending
wider testing in -next and any post-commit review; they will generally
be moved to the main branch in a week if no issues are found.
Best regards,
--
Nathan Chancellor <nathan@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-03-09 20:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-08 4:43 [PATCH] Delete .builtin-dtbs.S when running make clean Charles Mirabile
2026-03-08 6:34 ` Nicolas Schier
2026-03-09 20:44 ` Nathan Chancellor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox