From b33d9e10f27273765c81fbf0b918703e30ef9537 Mon Sep 17 00:00:00 2001 From: James Hogan Date: Tue, 16 Jan 2018 21:38:24 +0000 Subject: [PATCH] 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 --- Reading git-format-patch failed