Kconfig: remind the user to use VARIANT_DEFCONFIG but do not rely on it on build

This commit is contained in:
PythonLimited 2018-10-30 17:13:08 +01:00 committed by Francescodario Cuzzocrea
parent 6388719824
commit c797d3cdb5
1 changed files with 1 additions and 2 deletions

View File

@ -600,9 +600,8 @@ int main(int ac, char **av)
}
} else {
printf(_("***\n"
"*** You must specify VARIANT_DEFCONFIG !\n"
"*** VARIANT_DEFCONFIG not specified !\n"
"***\n"));
exit(1);
}
name = getenv("KCONFIG_DEBUG");
printf("KCONFIG_DEBUG(%s)\n", name);