]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit32a2cf8289497ecfdba87825ad3be921b4182615
treeb1c19560232e7435aef085e3111102c87f6424d1
parent1d3bb31cab66fdd86e084345c287c6b3bb06d18b
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