diff options
Diffstat (limited to 'scripts/kconfig/confdata.c')
-rw-r--r-- | scripts/kconfig/confdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index 4f83fbfa2..bd2d70e19 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c | |||
@@ -22,7 +22,7 @@ static int conf_lineno, conf_warnings, conf_unsaved; | |||
22 | 22 | ||
23 | const char conf_def_filename[] = ".config"; | 23 | const char conf_def_filename[] = ".config"; |
24 | 24 | ||
25 | const char conf_defname[] = "scripts/defconfig"; | 25 | const char conf_defname[] = "/dev/null"; //bbox |
26 | 26 | ||
27 | const char *conf_confnames[] = { | 27 | const char *conf_confnames[] = { |
28 | conf_def_filename, | 28 | conf_def_filename, |