From: Masahiro Yamada Date: Sat, 28 May 2022 15:47:01 +0000 (+0900) Subject: kbuild: remove redundant cleanups in scripts/link-vmlinux.sh X-Git-Tag: v5.19-rc1~17^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a78b6afa9913890e92aede1c17e72dec7e528549;p=thirdparty%2Fkernel%2Fstable.git 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 Tested-by: Sedat Dilek # LLVM-14 (x86-64) --- diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh index 68e4be463a76f..1c0af7288b798 100755 --- a/scripts/link-vmlinux.sh +++ b/scripts/link-vmlinux.sh @@ -309,8 +309,6 @@ cleanup() rm -f System.map rm -f vmlinux rm -f vmlinux.map - rm -f vmlinux.o - rm -f .vmlinux.d rm -f .vmlinux.objs rm -f .vmlinux.export.c }