* [PATCH] Documentation: blackfin: Makefile: Typo building issue
@ 2015-04-05 3:50 Chen Gang
2015-04-11 13:20 ` Jonathan Corbet
0 siblings, 1 reply; 3+ messages in thread
From: Chen Gang @ 2015-04-05 3:50 UTC (permalink / raw)
To: Richard Weinberger, corbet
Cc: rdunlap, pefoley2, jkosina, linux-doc, linux-kernel
Miss a ')' for ifneq in Makefile, the related building error:
Documentation/blackfin/Makefile:2: *** invalid syntax in conditional. Stop.
make[1]: *** [Documentation/blackfin] Error 2
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
---
Documentation/blackfin/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/blackfin/Makefile b/Documentation/blackfin/Makefile
index 03f7805..6782c58 100644
--- a/Documentation/blackfin/Makefile
+++ b/Documentation/blackfin/Makefile
@@ -1,5 +1,5 @@
ifneq ($(CONFIG_BLACKFIN),)
-ifneq ($(CONFIG_BFIN_GPTIMERS,)
+ifneq ($(CONFIG_BFIN_GPTIMERS),)
obj-m := gptimers-example.o
endif
endif
--
1.9.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: blackfin: Makefile: Typo building issue
2015-04-05 3:50 [PATCH] Documentation: blackfin: Makefile: Typo building issue Chen Gang
@ 2015-04-11 13:20 ` Jonathan Corbet
2015-04-11 23:02 ` Chen Gang
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Corbet @ 2015-04-11 13:20 UTC (permalink / raw)
To: Chen Gang
Cc: Richard Weinberger, rdunlap, pefoley2, jkosina, linux-doc, linux-kernel
On Sun, 5 Apr 2015 11:50:02 +0800
Chen Gang <xili_gchen_5257@hotmail.com> wrote:
> Miss a ')' for ifneq in Makefile, the related building error:
Seems obviously correct to me, applied to the docs tree. (Would still
like to see this shifted over to tools/, of course).
Thanks,
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: blackfin: Makefile: Typo building issue
2015-04-11 13:20 ` Jonathan Corbet
@ 2015-04-11 23:02 ` Chen Gang
0 siblings, 0 replies; 3+ messages in thread
From: Chen Gang @ 2015-04-11 23:02 UTC (permalink / raw)
To: Jonathan Corbet
Cc: Richard Weinberger, rdunlap, pefoley2, jkosina, linux-doc, linux-kernel
On 4/11/15 21:20, Jonathan Corbet wrote:
> On Sun, 5 Apr 2015 11:50:02 +0800
> Chen Gang <xili_gchen_5257@hotmail.com> wrote:
>
>> Miss a ')' for ifneq in Makefile, the related building error:
>
> Seems obviously correct to me, applied to the docs tree. (Would still
> like to see this shifted over to tools/, of course).
>
Thank you very much for your work.
And welcome blackfin related members' ideas (e.g. whether need to move
it to tools/).
Thanks.
--
Chen Gang
Open, share, and attitude like air, water, and life which God blessed
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-04-11 23:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-05 3:50 [PATCH] Documentation: blackfin: Makefile: Typo building issue Chen Gang
2015-04-11 13:20 ` Jonathan Corbet
2015-04-11 23:02 ` Chen Gang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome