]> git.ipfire.org Git - thirdparty/linux.git/commit
kconfig: use 'else ifneq' for Makefile to improve readability
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 18 May 2019 08:07:48 +0000 (17:07 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 19 May 2019 00:34:35 +0000 (09:34 +0900)
commitfc2694ec1ab7c805505bef2752aca56977a22abd
tree03d71c6934977ce9b8dac1ae7b3fe8678a6566a7
parent3a48a91901c516a46a3406ea576798538a8d94d2
kconfig: use 'else ifneq' for Makefile to improve readability

'ifeq ... else ifneq ... 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/kconfig/Makefile