From: James Hogan Date: Tue, 16 Jan 2018 21:38:24 +0000 (+0000) Subject: MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec} X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b33d9e10f27273765c81fbf0b918703e30ef9537;hp=b33d9e10f27273765c81fbf0b918703e30ef9537;p=pandora-kernel.git 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 Cc: Ralf Baechle Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/18491/ Signed-off-by: Ben Hutchings ---