From: Jan Beulich Date: Thu, 9 Mar 2006 13:47:46 +0000 (+0100) Subject: kconfig: fix time ordering of writes to .kconfig.d and include/linux/autoconf.h X-Git-Tag: v2.6.17-rc1~733^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc9a49a4af9cdbe3d79183eefb12372b4dbc09c2;p=pandora-kernel.git kconfig: fix time ordering of writes to .kconfig.d and include/linux/autoconf.h Since .kconfig.d is used as a make dependency of include/linux/autoconf.h, it should be written earlier than the header file, to avoid a subsequent rebuild to consider the header outdated. Signed-Off-By: Jan Beulich Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed