kbuild: remove redundant cleanups in scripts/link-vmlinux.sh
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 28 May 2022 15:47:01 +0000 (00:47 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 1 Jun 2022 14:07:29 +0000 (23:07 +0900)
commita78b6afa9913890e92aede1c17e72dec7e528549
treeb1c19560232e7435aef085e3111102c87f6424d1
parentf6b66ca4f38b1169313383aec7fa0a8446205ebb
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 <masahiroy@kernel.org>
Tested-by: Sedat Dilek <sedat.dilek@gmail.com> # LLVM-14 (x86-64)
scripts/link-vmlinux.sh