Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82c91e87 authored by Chen Gang's avatar Chen Gang Committed by Jonathan Corbet
Browse files

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: default avatarChen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 3250af19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
ifneq ($(CONFIG_BLACKFIN),)
ifneq ($(CONFIG_BFIN_GPTIMERS,)
ifneq ($(CONFIG_BFIN_GPTIMERS),)
obj-m := gptimers-example.o
endif
endif