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

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 076f421d
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