| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH] MIPS: Fixes "make clean" |
| From: | wuzhangjin@gmail.com |
| Date: | Wed, 22 Sep 2010 14:03:57 +0800 |
| Cc: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=cRwt6c7y6APDIaP7pj6J+GmScdBcYfoTipyQQktwMBI=; b=XmwHlkqeFUppigM89VyXab2Q9x0lTDQXlX4ulILmizWZZTvTkAYtMqUJvCKfgk/Nfi +s2I3UnaJ+3hLcxP4GGgU9XD7QQ6Z/SKxEt4vEyOdYaS7JgUbE1Lo1RYqUNOvjZEAdhv yXwdzoAR1/ABYKx9Y/+1uDLa5knMyXlOR10iI= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=Odf9SB1hJOKSdj2yWJHufvvaeu8YNWZfufqSAjOmpVuzAuUmCWL8k/vSTOxY1xguqI iHAF/VUPbpN37fz5NqxPigj3MubByKyta9nVLyYkgujv13WfMhHmFPPxzHuqBEhcpIMQ RUQuL5SdOEI2y3YzrizupP8DW4KqT4IKiBHCw= |
| Sender: | linux-mips-bounce@linux-mips.org |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] MIPS: Loongson: Update lemote2f_defconfig, wuzhangjin |
|---|---|
| Next by Date: | Re: [PATCH -mm 4/8] mips: enable ARCH_DMA_ADDR_T_64BIT with (HIGHMEM && 64BIT_PHYS_ADDR) || 64BIT, FUJITA Tomonori |
| Previous by Thread: | [PATCH] MIPS: Loongson: Update lemote2f_defconfig, wuzhangjin |
| Next by Thread: | Re: [PATCH V2] mips: irq: add stackoverflow detection, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |