mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 08:41:56 +00:00
$ENV{ZEPHYR_BASE} was recently search-replaced with ${ZEPHYR_BASE}, but some CMake code, like usage.cmake, is run by a seperate CMake build system that does not have access to the CMake variable ZEPHYR_BASE. This patch reverts the usage of ${ZEPHYR_BASE} back to use $ENV{ZEPHYR_BASE} in usage.cmake. This has been proven to work on both Windows and Linux. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no> |
||
---|---|---|
.. | ||
app | ||
emu | ||
flash | ||
reports | ||
usage | ||
ccache.cmake | ||
extensions.cmake | ||
extra_flags.cmake | ||
fpu-for-gcc-m-cpu.cmake | ||
gcc-m-cpu.cmake | ||
hex.cmake | ||
host-tools-zephyr.cmake | ||
host-tools.cmake | ||
kconfig.cmake | ||
pristine.cmake | ||
toolchain-cross-compile.cmake | ||
toolchain-espressif.cmake | ||
toolchain-gcc.cmake | ||
toolchain-gccarmemb.cmake | ||
toolchain-host-gcc.cmake | ||
toolchain-issm.cmake | ||
toolchain-xtools.cmake | ||
toolchain-zephyr.cmake | ||
toolchain.cmake | ||
version.cmake |