doc: cmake: kconfig: Remove assignments to unused env. vars.

These are never referenced by the Kconfig files or
scripts/kconfig/kconfigfunctions.py.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-10-01 19:36:49 +02:00 committed by Anas Nashif
commit e5192f8e9a

View file

@ -196,12 +196,10 @@ add_custom_target(
PYTHONPATH="${ZEPHYR_BASE}/scripts/kconfig${SEP}$ENV{PYTHONPATH}"
ZEPHYR_BASE=${ZEPHYR_BASE}
srctree=${ZEPHYR_BASE}
KERNELVERSION=${KERNELVERSION}
BOARD_DIR=boards/*/*/
ARCH=*
ARCH_DIR=arch/
SOC_DIR=soc/
SRCARCH=x86
CMAKE_BINARY_DIR=${CMAKE_BINARY_DIR}
KCONFIG_WARN_UNDEF=y
KCONFIG_TURBO_MODE=${KCONFIG_TURBO_MODE}