* [PATCH] MIPS: Fixes "make clean"
@ 2010-09-22 6:03 wuzhangjin
2010-10-15 15:52 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: wuzhangjin @ 2010-09-22 6:03 UTC (permalink / raw)
To: linux-mips, ralf; +Cc: Wu Zhangjin
From: Wu Zhangjin <wuzhangjin@gmail.com>
When we do "make clean", vmlinuz will not be cleaned, we need to use
vmlinuz* instead of vmlinuz.* to include it.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
arch/mips/boot/compressed/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/boot/compressed/Makefile b/arch/mips/boot/compressed/Makefile
index ed9bb70..5c1eb68 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*
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-15 15:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-22 6:03 [PATCH] MIPS: Fixes "make clean" wuzhangjin
2010-10-15 15:52 ` Ralf Baechle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.