]> asedeno.scripts.mit.edu Git - linux.git/commit
kbuild: use 'else ifeq' for checksrc to improve readability
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 9 Oct 2018 15:05:39 +0000 (00:05 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 19 Oct 2018 00:48:47 +0000 (09:48 +0900)
commit7d0ea2524202db5cb3f5bde9c0cdd6dea61bc0e3
treec8956155c04902790cf1180a0e07002876d3f42f
parent69ea912fda74a673d330d23595385e5b73e3a2b9
kbuild: use 'else ifeq' for checksrc to improve readability

'ifeq ... else ifeq ... endif' notation is supported by GNU Make 3.81
or later, which is the requirement for building the kernel since
commit 37d69ee30808 ("docs: bump minimal GNU Make version to 3.81").

Use it to improve the readability.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.build