zephyr/cmake
Sebastian Bøe 690bea3a3c cmake: Fix "make usage" regression from the ZEPHYR_BASE change
$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>
2018-01-18 10:44:19 -05:00
..
app cmake: Re-introduce support for CROSS_COMPILE 2018-01-12 08:37:41 -05:00
emu cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
flash cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
reports cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
usage cmake: Fix "make usage" regression from the ZEPHYR_BASE change 2018-01-18 10:44:19 -05:00
ccache.cmake
extensions.cmake cmake: add optional app_set_runner_args() 2018-01-15 16:21:28 -05:00
extra_flags.cmake cmake: Fix EXTRA_LDFLAGS feature 2017-12-05 08:39:43 -05:00
fpu-for-gcc-m-cpu.cmake
gcc-m-cpu.cmake
hex.cmake cmake: fixed version handling 2017-11-08 20:00:22 -05:00
host-tools-zephyr.cmake cmake: sdk: Improve error message when INSTALL_DIR is wrong 2018-01-11 06:39:12 -05:00
host-tools.cmake cmake: do not error on missing 'config' 2018-01-16 17:03:48 -05:00
kconfig.cmake kconfig: Revert back to old behaviour pre-kconfiglib.py 2018-01-17 07:39:28 -05:00
pristine.cmake
toolchain-cross-compile.cmake cmake: Re-introduce support for CROSS_COMPILE 2018-01-12 08:37:41 -05:00
toolchain-espressif.cmake
toolchain-gcc.cmake cmake: Improve error messages for detecting libgcc 2018-01-12 08:37:41 -05:00
toolchain-gccarmemb.cmake
toolchain-host-gcc.cmake cmake: toolchain: Misc. comment cleanups 2018-01-12 08:37:41 -05:00
toolchain-issm.cmake
toolchain-xtools.cmake
toolchain-zephyr.cmake
toolchain.cmake cmake: Re-introduce support for CROSS_COMPILE 2018-01-12 08:37:41 -05:00
version.cmake cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00