diff options
Diffstat (limited to 'scripts/kconfig/conf.c')
-rw-r--r-- | scripts/kconfig/conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index 124b341a18c0..1199baf866ca 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c | |||
@@ -558,6 +558,7 @@ int main(int ac, char **av) | |||
558 | if (stat(".config", &tmpstat)) { | 558 | if (stat(".config", &tmpstat)) { |
559 | printf(_("***\n" | 559 | printf(_("***\n" |
560 | "*** You have not yet configured your kernel!\n" | 560 | "*** You have not yet configured your kernel!\n" |
561 | "*** (missing kernel .config file)\n" | ||
561 | "***\n" | 562 | "***\n" |
562 | "*** Please run some configurator (e.g. \"make oldconfig\" or\n" | 563 | "*** Please run some configurator (e.g. \"make oldconfig\" or\n" |
563 | "*** \"make menuconfig\" or \"make xconfig\").\n" | 564 | "*** \"make menuconfig\" or \"make xconfig\").\n" |