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

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Dec 7 02:29:04 CET 2015


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

-gerrit

commit eb7680a9fb201a19a2c7f9195f78bd222d22456f
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 99d7139..08d4f97 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,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