mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 14:07:16 +00:00
Fixes: #28134 Minor fix for correctly testing if CONF_FILE variable is defined, and if it is defined, then a current scope variable will be set with same name. For a variable that is already present in current scope this has no effect, but a cached variable (such as one provided with -DCONF_FILE) will now have both a current scope and cached definition. This ensures that current scope CONF_FILE will continue to be defined even when the cached variable is cleared later. Clearing of the cached variable ensures correct detection if user later re-invokes CMake with a new -DCONF_FILE value. The cached version is cleared later in favor of the CACHED_CONF_FILE that is used between multiple CMake invocations. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> |
||
---|---|---|
.. | ||
app | ||
bintools | ||
compiler | ||
emu | ||
flash | ||
ide | ||
linker | ||
makefile_exports | ||
reports | ||
toolchain | ||
usage | ||
util | ||
boards.cmake | ||
ccache.cmake | ||
cfb.cmake | ||
dts.cmake | ||
extensions.cmake | ||
extra_flags.cmake | ||
gcc-m-cpu.cmake | ||
generic_toolchain.cmake | ||
git.cmake | ||
hex.cmake | ||
host-tools.cmake | ||
kconfig.cmake | ||
kobj.cmake | ||
mcuboot.cmake | ||
pristine.cmake | ||
python.cmake | ||
target_toolchain_flags.cmake | ||
target_toolchain.cmake | ||
version.cmake | ||
west.cmake | ||
zephyr_module.cmake |