提交 82c91e87 编写于 作者: C Chen Gang 提交者: Jonathan Corbet

Documentation: blackfin: Makefile: Typo building issue

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: NChen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: NJonathan Corbet <corbet@lwn.net>
上级 3250af19
ifneq ($(CONFIG_BLACKFIN),)
ifneq ($(CONFIG_BFIN_GPTIMERS,)
ifneq ($(CONFIG_BFIN_GPTIMERS),)
obj-m := gptimers-example.o
endif
endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册