Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Chen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Chen Gang and committed by
Jonathan Corbet
82c91e87 3250af19

+1 -1
+1 -1
Documentation/blackfin/Makefile
··· 1 1 ifneq ($(CONFIG_BLACKFIN),) 2 - ifneq ($(CONFIG_BFIN_GPTIMERS,) 2 + ifneq ($(CONFIG_BFIN_GPTIMERS),) 3 3 obj-m := gptimers-example.o 4 4 endif 5 5 endif