]> bbs.cooldavid.org Git - net-next-2.6.git/commit
kconfig: do not hardcode "include/config/auto.conf" filename
authorMarkus Heidelberg <markus.heidelberg@web.de>
Sun, 17 May 2009 23:36:54 +0000 (01:36 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Tue, 9 Jun 2009 20:37:51 +0000 (22:37 +0200)
commit12122f62324e7c6837ee8b0fa8d257ce7ebcfc6f
tree5f4dff0d7a3612c45a87a2fb4ba2599484eea9fd
parent284026cdfb5a899e558dcb7a36aefaf54a78c094
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 <markus.heidelberg@web.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/kconfig/confdata.c
scripts/kconfig/lkc.h
scripts/kconfig/util.c