Skip to content

Commit

Permalink
doc: Enable undef warnings in Kconfig
Browse files Browse the repository at this point in the history
When generating the Kconfig reference documentation, enable the warnings
for undefined Kconfig options in order to make sure all references are
met.

Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi committed Mar 29, 2019
1 parent 078321a commit 56a77f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ add_custom_target(
SOC_DIR=soc/
SRCARCH=x86
CMAKE_BINARY_DIR=${CMAKE_BINARY_DIR}
KCONFIG_WARN_UNDEF=y
KCONFIG_TURBO_MODE=${KCONFIG_TURBO_MODE}
KCONFIG_DOC_MODE=1
${PYTHON_EXECUTABLE} scripts/genrest.py Kconfig ${RST_OUT}/doc/reference/kconfig/
Expand Down

0 comments on commit 56a77f8

Please sign in to comment.