Hi Sasha,
On Mon, Apr 09, 2018 at 12:20:18AM +0000, Sasha Levin wrote:
From: James Hogan jhogan@kernel.org
[ Upstream commit 5f2483eb2423152445b39f2db59d372f523e664e ]
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: Sasha Levin alexander.levin@microsoft.com
Perhaps you're already on top of it, but this would appear to be equally relevant to the older stable branches too?
Thanks James