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: v6.1-rc5~1132^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a78b6afa9913890e92aede1c17e72dec7e528549;p=platform%2Fkernel%2Flinux-starfive.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 68e4be4..1c0af72 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 }