Skip to content

Commit a78b6af

Browse files
committed
kbuild: remove redundant cleanups in scripts/link-vmlinux.sh
These are cleaned by the top Makefile. vmlinux.o and .vmlinux.d matches the '*.[aios]' and '.*.d' patterns respectively. Signed-off-by: Masahiro Yamada <[email protected]> Tested-by: Sedat Dilek <[email protected]> # LLVM-14 (x86-64)
1 parent f6b66ca commit a78b6af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/link-vmlinux.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ cleanup()
309309
rm -f System.map
310310
rm -f vmlinux
311311
rm -f vmlinux.map
312-
rm -f vmlinux.o
313-
rm -f .vmlinux.d
314312
rm -f .vmlinux.objs
315313
rm -f .vmlinux.export.c
316314
}

0 commit comments

Comments
 (0)