aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-06-25 08:56:31 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-06-25 08:56:31 -0500
commit29188e82dde849252e955878211c4429b05d2077 (patch)
tree085b21d1e71419453a750bd716a2caf93700df8a /scripts
parent5aa7491c39aa020d48b1d00719780e9125b865f1 (diff)
downloadhistory-29188e82dde849252e955878211c4429b05d2077.tar.gz
kbuild: Fix .config dependency generation
Patch from Roman Zippel, add a lost call to file_write_dep() back into the kconfig system, which creates the dependency list for .config.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/confdata.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c
index 4d72008b89791..6f11a7d440007 100644
--- a/scripts/kconfig/confdata.c
+++ b/scripts/kconfig/confdata.c
@@ -408,6 +408,7 @@ int conf_write(const char *name)
if (out_h) {
fclose(out_h);
rename(".tmpconfig.h", "include/linux/autoconf.h");
+ file_write_dep(NULL);
}
if (!name || basename != conf_def_filename) {
if (!name)