- fix make defconfig (Rick Foos)

This commit is contained in:
Bernhard Reutner-Fischer 2007-06-28 22:38:48 +00:00
parent 1548b21ce2
commit 2d8b8c15fe
2 changed files with 14 additions and 1 deletions

View File

@ -21,7 +21,7 @@ static void conf_warning(const char *fmt, ...)
static const char *conf_filename;
static int conf_lineno, conf_warnings, conf_unsaved;
const char conf_defname[] = "extra/Configs/defconfigs/$ARCH";
const char conf_defname[] = ".defconfig";
static void conf_warning(const char *fmt, ...)
{

View File

@ -652,3 +652,16 @@
#if YYDEBUG
if (getenv("ZCONF_DEBUG"))
Index: confdata.c
===================================================================
--- kconfig/confdata.c (revision 18967)
+++ /Buildroot/confdata.c (working copy)
@@ -21,7 +21,7 @@ static void conf_warning(const char *fmt
static const char *conf_filename;
static int conf_lineno, conf_warnings, conf_unsaved;
-const char conf_defname[] = "extra/Configs/defconfigs/$ARCH";
+const char conf_defname[] = ".defconfig";
static void conf_warning(const char *fmt, ...)
{