]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/kconfig/util.c
kbuild: always run 'make silentoldconfig' when tree is cleaned
[linux-2.6-omap-h63xx.git] / scripts / kconfig / util.c
index 1fa4c0b801b34f3264a596540e9ced519d7906d8..a711007ebe30240849467571c9336fd94a62ef7b 100644 (file)
@@ -33,7 +33,7 @@ int file_write_dep(const char *name)
        FILE *out;
 
        if (!name)
-               name = ".config.cmd";
+               name = ".kconfig.d";
        out = fopen("..config.tmp", "w");
        if (!out)
                return 1;