Skip to content

Commit

Permalink
kbuild: remove redundant cleanups in scripts/link-vmlinux.sh
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
masahir0y committed Jun 1, 2022
1 parent f6b66ca commit a78b6af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/link-vmlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a78b6af

Please sign in to comment.