Skip to content

Commit a76e30c

Browse files
Charles Mirabilenathanchance
authored andcommitted
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: 654102d ("kbuild: add generic support for built-in boot DTBs") Cc: [email protected] Signed-off-by: Charles Mirabile <[email protected]> Reviewed-by: Nicolas Schier <[email protected]> Link: https://patch.msgid.link/[email protected] [nathan: Small commit message adjustments] Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 1f318b9 commit a76e30c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,7 @@ CLEAN_FILES += vmlinux.symvers modules-only.symvers \
16501650
modules.builtin.ranges vmlinux.o.map vmlinux.unstripped \
16511651
compile_commands.json rust/test \
16521652
rust-project.json .vmlinux.objs .vmlinux.export.c \
1653-
.builtin-dtbs-list .builtin-dtb.S
1653+
.builtin-dtbs-list .builtin-dtbs.S
16541654

16551655
# Directories & files removed with 'make mrproper'
16561656
MRPROPER_FILES += include/config include/generated \

0 commit comments

Comments
 (0)