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)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 31 May 2018 23:30:09 +0000 (00:30 +0100)
commitb33d9e10f27273765c81fbf0b918703e30ef9537
tree9a180c5087016e29d2034ef5d45b68355b4a3216
parent3176b3a9ebc2598e8efb31c3fc89634cc202a862
MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}

commit 5f2483eb2423152445b39f2db59d372f523e664e upstream.

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: ec3352925b74 ("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/
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
arch/mips/boot/compressed/Makefile