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:
parent
631a90cd42
commit
e5192f8e9a
1 changed files with 0 additions and 2 deletions
|
@ -196,12 +196,10 @@ add_custom_target(
|
||||||
PYTHONPATH="${ZEPHYR_BASE}/scripts/kconfig${SEP}$ENV{PYTHONPATH}"
|
PYTHONPATH="${ZEPHYR_BASE}/scripts/kconfig${SEP}$ENV{PYTHONPATH}"
|
||||||
ZEPHYR_BASE=${ZEPHYR_BASE}
|
ZEPHYR_BASE=${ZEPHYR_BASE}
|
||||||
srctree=${ZEPHYR_BASE}
|
srctree=${ZEPHYR_BASE}
|
||||||
KERNELVERSION=${KERNELVERSION}
|
|
||||||
BOARD_DIR=boards/*/*/
|
BOARD_DIR=boards/*/*/
|
||||||
ARCH=*
|
ARCH=*
|
||||||
ARCH_DIR=arch/
|
ARCH_DIR=arch/
|
||||||
SOC_DIR=soc/
|
SOC_DIR=soc/
|
||||||
SRCARCH=x86
|
|
||||||
CMAKE_BINARY_DIR=${CMAKE_BINARY_DIR}
|
CMAKE_BINARY_DIR=${CMAKE_BINARY_DIR}
|
||||||
KCONFIG_WARN_UNDEF=y
|
KCONFIG_WARN_UNDEF=y
|
||||||
KCONFIG_TURBO_MODE=${KCONFIG_TURBO_MODE}
|
KCONFIG_TURBO_MODE=${KCONFIG_TURBO_MODE}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue