| To: | Wu Zhangjin <wuzhangjin@gmail.com> |
|---|---|
| Subject: | Re: [PATCH -queue v3] MIPS: Cleanup the debugging of compressed kernel support |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Tue, 26 Jan 2010 19:07:22 +0100 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=AYib+AOxvzbdjGMTGcO5B7jrElONajwgOp2fDBUma5s=; b=Drv6yGAUElbzsRAL0A3Nkdupu/9iuWzz8VfvN+Q8X9uLhgpVqejdo0mA3MrpqGYWmt VczB0YDFYLwDOo4VzGBZrsac7JyGP4TnPlRYnW7yrNjRxKNcYwMTPvsa2EPY5MHwNC3K zMqr4KAkf46r5R7vjRxS3TcmebeVpFIulU6kM= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ARQhBSybx19Mke20n17HLXPmAz98QwKNjK6tLjx48o0c8rKEn6RBEFAu3VyiskgHIs elAY3+uEf80zv3Cy4A3FaitOcBG445Jd4lqXVsoAoVCpFRl4oViLNbD7j/60qwWnqAyz auLYrHAQiAo1kNPyUd6jox0UJXUDhK4w3CIfU= |
| In-reply-to: | <cf2781a56090637044a5ad3837caef468a674ee4.1264524254.git.wuzhangjin@gmail.com> |
| References: | <cf2781a56090637044a5ad3837caef468a674ee4.1264524254.git.wuzhangjin@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi! On Tue, Jan 26, 2010 at 6:01 PM, Wu Zhangjin <wuzhangjin@gmail.com> wrote: > From: Wu Zhangjin <wuzhangjin@gmail.com> > > --- a/arch/mips/boot/compressed/Makefile > +++ b/arch/mips/boot/compressed/Makefile > @@ -32,7 +32,9 @@ KBUILD_AFLAGS := $(LINUXINCLUDE) $(KBUILD_AFLAGS) > -D__ASSEMBLY__ \ > > obj-y := $(obj)/head.o $(obj)/decompress.o $(obj)/dbg.o > > +ifdef DEBUG_ZBOOT The above doesn't work in my testing, but this does: ifeq ($(CONFIG_DEBUG_ZBOOT),y) > obj-$(CONFIG_SYS_SUPPORTS_ZBOOT_UART16550) += $(obj)/uart-16550.o > +endif Manuel |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] MIPS: Alchemy: fix dbdma ring destruction memory debugcheck., Manuel Lauss |
|---|---|
| Next by Date: | Re: [PATCH -queue v3] MIPS: Cleanup the debugging of compressed kernel support, Wu Zhangjin |
| Previous by Thread: | [PATCH -queue v3] MIPS: Cleanup the debugging of compressed kernel support, Wu Zhangjin |
| Next by Thread: | Re: [PATCH -queue v3] MIPS: Cleanup the debugging of compressed kernel support, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |