Ask user to specify zephyr base.
This commit is contained in:
committed by
alexander-gorshenev
parent
6bdd781026
commit
d047f72a2e
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user