[coreboot-gerrit] Patch set updated for coreboot: Enable KCONFIG_STRICT mode

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Fri Nov 20 02:31:06 CET 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10978

-gerrit

commit b2a1840c3ab17b3fad931f3f475ee8ac74ed500c
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Fri Jul 17 17:29:19 2015 -0700

    Enable KCONFIG_STRICT mode
    
    Change-Id: I6aa77db1b12a67472302ea39d7433993a6838af6
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 107f3c8..dc4f191 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,7 @@ export KCONFIG_DEPENDENCIES := $(obj)/auto.conf.cmd
 export KCONFIG_SPLITCONFIG := $(obj)/config
 export KCONFIG_TRISTATE := $(obj)/tristate.conf
 export KCONFIG_NEGATIVES := 1
+export KCONFIG_STRICT := 1
 
 # directory containing the toplevel Makefile.inc
 TOPLEVEL := .



More information about the coreboot-gerrit mailing list