mirror_ubuntu-kernels/scripts/kconfig
Masahiro Yamada 135b4957ea kconfig: fix return value of do_error_if()
$(error-if,...) is expanded to an empty string. Currently, it relies on
eval_clause() returning xstrdup("") when all attempts for expansion fail,
but the correct implementation is to make do_error_if() return xstrdup("").

Fixes: 1d6272e6fe ("kconfig: add 'info', 'warning-if', and 'error-if' built-in functions")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2020-12-21 14:48:54 +09:00
..
lxdialog
tests
.gitignore
conf.c kconfig: clean up header inclusion 2020-12-08 23:31:29 +09:00
confdata.c kconfig: clean up header inclusion 2020-12-08 23:31:29 +09:00
expr.c
expr.h
gconf-cfg.sh
gconf.c
gconf.glade
images.c
images.h
lexer.l kconfig: clean up header inclusion 2020-12-08 23:31:29 +09:00
list.h
lkc_proto.h
lkc.h kconfig: make lkc.h self-sufficient #include-wise 2020-12-08 23:31:29 +09:00
Makefile
mconf-cfg.sh
mconf.c
menu.c
merge_config.sh
nconf-cfg.sh
nconf.c
nconf.gui.c
nconf.h
parser.y
preprocess.c kconfig: fix return value of do_error_if() 2020-12-21 14:48:54 +09:00
qconf-cfg.sh kconfig: qconf: use a variable to pass packages to pkg-config 2020-12-08 23:31:29 +09:00
qconf.cc kconfig: qconf: show Qt version in the About dialog 2020-12-08 23:31:29 +09:00
qconf.h
streamline_config.pl
symbol.c kconfig: clean up header inclusion 2020-12-08 23:31:29 +09:00
util.c