Skip to content
Snippets Groups Projects
Commit ec335292 authored by Wu Zhangjin's avatar Wu Zhangjin Committed by Ralf Baechle
Browse files

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: default avatarWu Zhangjin <wuzhangjin@gmail.com>
Patchwork: http://patchwork.linux-mips.org/patch/1590/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 4bfb8c5c
No related branches found
No related tags found
No related merge requests found
......@@ -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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment