1
0
Fork 0

kbuild: be more explicit on missing .config file

Somewhat in reponse to kernel bugzilla #8197, be more explicit about
why 'make all' fails when there is no .config file.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
wifi-calibration
Randy Dunlap 2007-04-04 21:58:41 -07:00 committed by Sam Ravnborg
parent 6e5a5420b7
commit 7ac1c14525
1 changed files with 1 additions and 0 deletions

View File

@ -558,6 +558,7 @@ int main(int ac, char **av)
if (stat(".config", &tmpstat)) {
printf(_("***\n"
"*** You have not yet configured your kernel!\n"
"*** (missing kernel .config file)\n"
"***\n"
"*** Please run some configurator (e.g. \"make oldconfig\" or\n"
"*** \"make menuconfig\" or \"make xconfig\").\n"