[coreboot-gerrit] New patch to review for coreboot: kconfig: kconfig_warnings needs to be defined for all frontends

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Wed Sep 30 10:11:36 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11754

-gerrit

commit 643f97da8eb2c704f4f4262f426c77ee8104ddd1
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Wed Sep 30 12:01:18 2015 +0200

    kconfig: kconfig_warnings needs to be defined for all frontends
    
    Change-Id: Iecefdd1e827e4eb8b4da573e4291850d6c47767f
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 util/kconfig/mconf.c | 2 ++
 util/kconfig/nconf.c | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/util/kconfig/mconf.c b/util/kconfig/mconf.c
index b4a0844..7e5dc76 100644
--- a/util/kconfig/mconf.c
+++ b/util/kconfig/mconf.c
@@ -22,6 +22,8 @@
 #include "lkc.h"
 #include "lxdialog/dialog.h"
 
+int kconfig_warnings = 0;
+
 static const char mconf_readme[] = N_(
 "Overview\n"
 "--------\n"
diff --git a/util/kconfig/nconf.c b/util/kconfig/nconf.c
index bc845fc..f9944a6 100644
--- a/util/kconfig/nconf.c
+++ b/util/kconfig/nconf.c
@@ -13,6 +13,8 @@
 #include "nconf.h"
 #include <ctype.h>
 
+int kconfig_warnings = 0;
+
 static const char nconf_global_help[] = N_(
 "Help windows\n"
 "------------\n"



More information about the coreboot-gerrit mailing list