diff options
Diffstat (limited to 'scripts/kconfig/util.c')
-rw-r--r-- | scripts/kconfig/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/util.c b/scripts/kconfig/util.c index 1fa4c0b801b3..a711007ebe30 100644 --- a/scripts/kconfig/util.c +++ b/scripts/kconfig/util.c | |||
@@ -33,7 +33,7 @@ int file_write_dep(const char *name) | |||
33 | FILE *out; | 33 | FILE *out; |
34 | 34 | ||
35 | if (!name) | 35 | if (!name) |
36 | name = ".config.cmd"; | 36 | name = ".kconfig.d"; |
37 | out = fopen("..config.tmp", "w"); | 37 | out = fopen("..config.tmp", "w"); |
38 | if (!out) | 38 | if (!out) |
39 | return 1; | 39 | return 1; |