projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bfb8c5
)
MIPS: Remove all generated vmlinuz* files on "make clean"
author
Wu Zhangjin
<wuzhangjin@gmail.com>
Wed, 22 Sep 2010 06:03:57 +0000
(14:03 +0800)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 18 Oct 2010 15:59:04 +0000
(16:59 +0100)
[Ralf: I changed the patch to explicitly list all files to be deleted out
of paranoia.]
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Patchwork: http://patchwork.linux-mips.org/patch/1590/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/boot/compressed/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/boot/compressed/Makefile
b/arch/mips/boot/compressed/Makefile
index ed9bb709c9a3816a4738d0ceef91db8c8de20cd4..4df4c77d272275798df20b18bb3d54643972a806 100644
(file)
--- 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}