]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}
authorJames Hogan <jhogan@kernel.org>
Tue, 16 Jan 2018 21:38:24 +0000 (21:38 +0000)
committerJames Hogan <jhogan@kernel.org>
Thu, 18 Jan 2018 21:53:14 +0000 (21:53 +0000)
commit21058438e1cc2c1abb62087046b60b37ffd5a75f
treeee1ce8873aac89e870e83015695bbfe74ab4dd2e
parenta6e7a8eb801a65aff9aea0466f125ff2bd6fdeda
MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}

Make doesn't expand shell style "vmlinuz.{32,ecoff,bin,srec}" to the 4
separate files, so none of these files get cleaned up by make clean.
List the files separately instead.

Fixes: 7886a3ca9e89 ("MIPS: Remove all generated vmlinuz* files on "make clean"")
Signed-off-by: James Hogan <jhogan@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/18491/
arch/mips/boot/compressed/Makefile