summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-07-17 17:29:19 -0700
committerMartin Roth <martinroth@google.com>2015-12-17 21:55:45 +0100
commitd373a00a79f2cae17fb5d6f38bd6e8de4e1223a3 (patch)
tree6f7ac36145a8497a1677fe2d793b836c79ca8c75
parentd18f81be856ccf1a9fc8c41631da40e6807b2db4 (diff)
downloadcoreboot-staging-d373a00a79f2cae17fb5d6f38bd6e8de4e1223a3.zip
coreboot-staging-d373a00a79f2cae17fb5d6f38bd6e8de4e1223a3.tar.gz
Enable KCONFIG_STRICT mode
Change-Id: I6aa77db1b12a67472302ea39d7433993a6838af6 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/10978 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 := .
OpenPOWER on IntegriCloud