diff options
author | Markus Heidelberg <markus.heidelberg@web.de> | 2009-05-17 19:36:54 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-06-09 16:37:51 -0400 |
commit | 12122f62324e7c6837ee8b0fa8d257ce7ebcfc6f (patch) | |
tree | 5f4dff0d7a3612c45a87a2fb4ba2599484eea9fd /scripts/kconfig/lkc.h | |
parent | 284026cdfb5a899e558dcb7a36aefaf54a78c094 (diff) |
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>
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r-- | scripts/kconfig/lkc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h index 4a9af6f7886b..f379b0bf8c9e 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h | |||
@@ -74,6 +74,7 @@ char *zconf_curname(void); | |||
74 | 74 | ||
75 | /* confdata.c */ | 75 | /* confdata.c */ |
76 | const char *conf_get_configname(void); | 76 | const char *conf_get_configname(void); |
77 | const char *conf_get_autoconfig_name(void); | ||
77 | char *conf_get_default_confname(void); | 78 | char *conf_get_default_confname(void); |
78 | void sym_set_change_count(int count); | 79 | void sym_set_change_count(int count); |
79 | void sym_add_change_count(int count); | 80 | void sym_add_change_count(int count); |