Unverified Commit a76e30c2 authored by Charles Mirabile's avatar Charles Mirabile Committed by Nathan Chancellor
Browse files

kbuild: Delete .builtin-dtbs.S when running make clean



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: 654102df ("kbuild: add generic support for built-in boot DTBs")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarCharles Mirabile <cmirabil@redhat.com>
Reviewed-by: default avatarNicolas Schier <nsc@kernel.org>
Link: https://patch.msgid.link/20260308044338.181403-1-cmirabil@redhat.com


[nathan: Small commit message adjustments]
Signed-off-by: default avatarNathan Chancellor <nathan@kernel.org>
parent 1f318b96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1650,7 +1650,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          \