diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-07-17 17:29:19 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-12-17 21:55:45 +0100 |
commit | d373a00a79f2cae17fb5d6f38bd6e8de4e1223a3 (patch) | |
tree | 6f7ac36145a8497a1677fe2d793b836c79ca8c75 /Makefile | |
parent | d18f81be856ccf1a9fc8c41631da40e6807b2db4 (diff) |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 := . |