]> git.baikalelectronics.ru Git - kernel.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)
commitf0c31bb17d791c80f899cca57cefc9258c0bff86
tree5f4dff0d7a3612c45a87a2fb4ba2599484eea9fd
parentd15df6b6ad049ff62bc5ff6a7754d01265ad2eaf
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