aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-version.sh
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-02-28 09:15:21 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-03-26 02:03:58 +0900
commit59a80b5e892ddee09139f7d7942effdf1ca532e4 (patch)
treeb456632dd8f284577b6d51be6a075234bb49c4c1 /scripts/gcc-version.sh
parentkconfig: only write '# CONFIG_FOO is not set' for visible symbols (diff)
downloadlinux-dev-59a80b5e892ddee09139f7d7942effdf1ca532e4.tar.xz
linux-dev-59a80b5e892ddee09139f7d7942effdf1ca532e4.zip
kconfig: do not call check_conf() for olddefconfig
check_conf() traverses the menu tree, but it is completely no-op for olddefconfig because the following if-else block does nothing. if (input_mode == listnewconfig) { ... } else if (input_mode != olddefconfig) { ... } As the help message says, olddefconfig automatically sets new symbols to their default value. There is no room for manual intervention. So, calling check_conf() for olddefconfig is odd in the first place. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
Diffstat (limited to 'scripts/gcc-version.sh')
0 files changed, 0 insertions, 0 deletions