Skip to content
Commit 7d0ea252 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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 37d69ee3 ("docs: bump minimal GNU Make version to 3.81").

Use it to improve the readability.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 69ea912f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment