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

kconfig: change defconfig_list option to environment variable



"defconfig_list" is a weird option that defines a static symbol that
declares the list of base config files in case the .config does not
exist yet.

This is quite different from other normal symbols; we just abused the
"string" type and the "default" properties to list out the input files.
They must be fixed values since these are searched for and loaded in
the parse stage.

It is an ugly hack, and should not exist in the first place. Providing
this feature as an environment variable is a saner approach.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 40661621
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