]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: remove cc-name variable
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 30 Oct 2018 13:26:34 +0000 (22:26 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 2 Nov 2018 13:49:01 +0000 (22:49 +0900)
commite7f6b876364103e72e800d62ccc9b4618feba3fa
tree87f32e8f182cbbb354ff1fb91ec439fe0d578e03
parent223d87cc2b332e03fbe9275fb9138b6f7897bf69
kbuild: remove cc-name variable

There is one more user of $(cc-name) in the top Makefile. It is supposed
to detect Clang before invoking Kconfig, so it should still be there
in the $(shell ...) form. All the other users of $(cc-name) have been
replaced with $(CONFIG_CC_IS_CLANG). Hence, scripts/Kbuild.include does
not need to define cc-name any more.

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