From: Markus Heidelberg Date: Sun, 17 May 2009 23:36:54 +0000 (+0200) Subject: kconfig: do not hardcode "include/config/auto.conf" filename X-Git-Tag: v2.6.31-rc1~335^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12122f62324e7c6837ee8b0fa8d257ce7ebcfc6f;p=pandora-kernel.git kconfig: do not hardcode "include/config/auto.conf" filename Regardless of KCONFIG_AUTOCONFIG, the filename written as a Make target into "include/config/auto.conf.cmd" was always the default one. Of course this doesn't make it work for the Kernel kbuild system, since there the filename is hardcoded at several places in the Makefiles. Signed-off-by: Markus Heidelberg Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed