From 9595ed47315066b8a562d52c22e62a43bbe49bc9 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 30 Sep 2015 12:01:18 +0200 Subject: kconfig: kconfig_warnings needs to be defined for all frontends Change-Id: Iecefdd1e827e4eb8b4da573e4291850d6c47767f Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/11754 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Werner Zeh --- 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 b4a08440af..7e5dc766f9 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 bc845fc6fc..f9944a64de 100644 --- a/util/kconfig/nconf.c +++ b/util/kconfig/nconf.c @@ -13,6 +13,8 @@ #include "nconf.h" #include +int kconfig_warnings = 0; + static const char nconf_global_help[] = N_( "Help windows\n" "------------\n" -- cgit v1.2.3