commit | 995167420797c000bff1f0787ab2390ffa1a9784 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Oct 30 22:26:34 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Nov 02 22:49:01 2018 +0900 |
tree | 87f32e8f182cbbb354ff1fb91ec439fe0d578e03 | |
parent | 076f421da5d4594d0a3e60c032ccf02ba55e868a [diff] |
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>