| To: | Manuel Lauss <manuel.lauss@googlemail.com> |
|---|---|
| Subject: | Re: [PATCH -queue v3] MIPS: Cleanup the debugging of compressed kernel support |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Wed, 27 Jan 2010 02:06:48 +0800 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=hn3v2+NSmQLv8QsG7U9TqfcXd7lBBoFv8emfeJHLLJQ=; b=NzDYIz3vhngnH6tG7CWgZRZ8YpTfrXpEbDKMnny8AKCJryAlwQevMNDiYAEgf6opQs ZaaS2vNX3iIgrjtKvUqRVC76pbHsbDcJe4xyjf/XzYTasgeSdK5oB85pKJex6YD7iV7s X92JoARr89XD0kuMYoyyiJRn5a7425DCniStg= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=wdhaEC+UCW/L40iYGNmwSsbWjwrqpXHwAUhPVY575JccnsXTfs/xLGuODLaotphK7O ZIn+k+AOd5Veb5MJM+d+7aM4m7BSqNtPjrdooq6/tqnIF4PrFGRR23gP76mSfabeZu/5 gzeOAoeAZDlCMT3SlwgDarroNTJ0S6Wo8hVMs= |
| In-reply-to: | <f861ec6f1001261007k4f71244fqcc92e2b6b1c9234c@mail.gmail.com> |
| Organization: | DSLab, Lanzhou University, China |
| References: | <cf2781a56090637044a5ad3837caef468a674ee4.1264524254.git.wuzhangjin@gmail.com> <f861ec6f1001261007k4f71244fqcc92e2b6b1c9234c@mail.gmail.com> |
| Reply-to: | wuzhangjin@gmail.com |
| Sender: | linux-mips-bounce@linux-mips.org |
On Tue, 2010-01-26 at 19:07 +0100, Manuel Lauss wrote:
> 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)
oh, my god, I have forgotten the prefix CONFIG_, perhaps Ralf will help to fix
it ;)
it should be:
ifdef CONFIG_DEBUG_ZBOOT
...
endif
of course, your ifeq version also works ;)
Thanks & Regards!
Wu Zhangjin
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH -queue v3] MIPS: Cleanup the debugging of compressed kernel support, Manuel Lauss |
|---|---|
| Next by Date: | Re: [PATCH] powertv: Fix support for timer interrupts when using >64 external IRQs, David VomLehn |
| Previous by Thread: | Re: [PATCH -queue v3] MIPS: Cleanup the debugging of compressed kernel support, Manuel Lauss |
| Next by Thread: | [PATCH] MIPS: Alchemy: fix dbdma ring destruction memory debugcheck., Manuel Lauss |
| Indexes: | [Date] [Thread] [Top] [All Lists] |