Ask user to specify zephyr base.

This commit is contained in:
Alexander Gorshenev
2018-02-12 16:26:15 +03:00
committed by alexander-gorshenev
parent 6bdd781026
commit d047f72a2e
+1 -2
View File
@@ -1,8 +1,7 @@
#!/usr/bin/env bash
BOARD=stm32f4_disco
#export ZEPHYR_BASE="PLEASE_SET_ZEPHYR_BASE"
export ZEPHYR_BASE=~/kotlin-native/zephyr
export ZEPHYR_BASE="PLEASE_SET_ZEPHYR_BASE"
if [ "$ZEPHYR_BASE" == "PLEASE_SET_ZEPHYR_BASE" ] ; then
echo "Please set ZEPHYR_BASE in this build.sh."