Commit 6fca5128 authored by Adam Wujek's avatar Adam Wujek 💬

sw:rt:scripts: print info about running make defconfig if no .config is available

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent b7c29114
......@@ -562,7 +562,8 @@ int main(int ac, char **av)
"*** Configuration file \"%s\" not found!\n"
"***\n"
"*** Please run some configurator (e.g. \"make oldconfig\" or\n"
"*** \"make menuconfig\" or \"make xconfig\").\n"
"*** \"make menuconfig\" or \"make xconfig\")\n"
"*** or use default configuration by running \"make defconfig\"\n"
"***\n"), name);
exit(1);
}
......
Markdown is supported
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