Home
last modified time | relevance | path

Searched refs:die (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/samples/zephyr/
Dbuild-boot.sh9 die() { function
15 die "Please setup for a Zephyr build before running this script."
19 die "Please set BOARD to a valid board before running this script."
22 make BOARD=${BOARD} -j$(nproc) boot || die "Build mcuboot"
Dbuild-hello.sh9 die() { function
15 die "Please setup for a Zephyr build before running this script."
19 die "Please set BOARD to a valid board before running this script."
22 make BOARD=${BOARD} -j$(nproc) hello1 || die "Build hello1"