From: Wu Zhangjin Date: Wed, 22 Sep 2010 06:03:57 +0000 (+0800) Subject: MIPS: Remove all generated vmlinuz* files on "make clean" X-Git-Tag: v2.6.36~6^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec3352925b74df8043131b535794f39e2516f614;p=platform%2Fkernel%2Flinux-3.10.git MIPS: Remove all generated vmlinuz* files on "make clean" [Ralf: I changed the patch to explicitly list all files to be deleted out of paranoia.] Signed-off-by: Wu Zhangjin Patchwork: http://patchwork.linux-mips.org/patch/1590/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/boot/compressed/Makefile b/arch/mips/boot/compressed/Makefile index ed9bb70..4df4c77 100644 --- a/arch/mips/boot/compressed/Makefile +++ b/arch/mips/boot/compressed/Makefile @@ -105,4 +105,4 @@ OBJCOPYFLAGS_vmlinuz.srec := $(OBJCOPYFLAGS) -S -O srec vmlinuz.srec: vmlinuz $(call cmd,objcopy) -clean-files := $(objtree)/vmlinuz.* +clean-files := $(objtree)/vmlinuz $(objtree)/vmlinuz.{32,ecoff,bin,srec}