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>
This commit is contained in:
parent
d18f81be85
commit
d373a00a79
1
Makefile
1
Makefile
|
@ -57,6 +57,7 @@ export KCONFIG_DEPENDENCIES := $(obj)/auto.conf.cmd
|
||||||
export KCONFIG_SPLITCONFIG := $(obj)/config
|
export KCONFIG_SPLITCONFIG := $(obj)/config
|
||||||
export KCONFIG_TRISTATE := $(obj)/tristate.conf
|
export KCONFIG_TRISTATE := $(obj)/tristate.conf
|
||||||
export KCONFIG_NEGATIVES := 1
|
export KCONFIG_NEGATIVES := 1
|
||||||
|
export KCONFIG_STRICT := 1
|
||||||
|
|
||||||
# directory containing the toplevel Makefile.inc
|
# directory containing the toplevel Makefile.inc
|
||||||
TOPLEVEL := .
|
TOPLEVEL := .
|
||||||
|
|
Loading…
Reference in New Issue