OSDN Git Service

m68k: Use CLEAN_FILES to clean up files
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 17 Jun 2020 03:11:53 +0000 (12:11 +0900)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 13 Jul 2020 09:39:13 +0000 (11:39 +0200)
commite3a549487f08f6326b24e92b3d87f9683f1d74a4
treef3ac89aa47e75f9cc68ab952f58164cf44bcf114
parent47fbcb9506df7cf02ccae6895be3f76fa5768eb1
m68k: Use CLEAN_FILES to clean up files

The log of 'make ARCH=m68k clean' does not look nice.

$ make ARCH=m68k clean
  CLEAN   arch/m68k/kernel
  [ snip ]
  CLEAN   usr
rm -f vmlinux.gz vmlinux.bz2
  CLEAN   vmlinux.symvers modules.builtin modules.builtin.modinfo

Use CLEAN_FILES to simplify the code, and beautify the log.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20200617031153.85858-1-masahiroy@kernel.org
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/Makefile