diff options
author | Sam Ravnborg <sam@neptun.ravnborg.org> | 2007-04-01 16:29:38 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2007-05-02 14:58:09 -0400 |
commit | d802b50f0d63d2d18d8dae15d7e3285e99e7e7b6 (patch) | |
tree | 0bd7ed7e400b0b247046c27210a28f0d06e3a685 /scripts/kconfig/lkc.h | |
parent | 87c94bfb8ad354fb43d2caf870d7ca0b3f98dab3 (diff) |
kconfig/menuconfig: do not hardcode '.config'
Export and use the function conf_get_configname()
to retreive the default configuration filename.
Suggested by: Roman Zippel <zippel@linux-m68k.org>
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 9b2706a41548..8a07ee4f6bd4 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h | |||
@@ -64,6 +64,7 @@ int zconf_lineno(void); | |||
64 | char *zconf_curname(void); | 64 | char *zconf_curname(void); |
65 | 65 | ||
66 | /* confdata.c */ | 66 | /* confdata.c */ |
67 | const char *conf_get_configname(void); | ||
67 | char *conf_get_default_confname(void); | 68 | char *conf_get_default_confname(void); |
68 | void sym_set_change_count(int count); | 69 | void sym_set_change_count(int count); |
69 | void sym_add_change_count(int count); | 70 | void sym_add_change_count(int count); |