[coreboot-gerrit] New patch to review for coreboot: Do not commit: Enable KCONFIG_STRICT mode.

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Jul 18 02:29:53 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10978

-gerrit

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

    Do not commit: 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 85a10c0..feac9ab 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