[coreboot-gerrit] New patch to review for coreboot: kconfig: fix build for xconfig, too

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Oct 1 15:46:39 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/11768

-gerrit

commit 2d8d66cfde1acbe95c00120dd6560c103da82ca0
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Thu Oct 1 17:46:19 2015 +0200

    kconfig: fix build for xconfig, too
    
    Change-Id: I1c5e3424cb56f1f10e75bb07db084c3500f3ba07
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 util/kconfig/qconf.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/util/kconfig/qconf.cc b/util/kconfig/qconf.cc
index 9d3b04b..be1423e 100644
--- a/util/kconfig/qconf.cc
+++ b/util/kconfig/qconf.cc
@@ -54,6 +54,8 @@
 # define _ qgettext
 #endif
 
+int kconfig_warnings = 0;
+
 static QApplication *configApp;
 static ConfigSettings *configSettings;
 



More information about the coreboot-gerrit mailing list