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
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