commit | 5153bd6c615fcaf102416999b5590683112a6602 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Fri Jan 06 11:16:53 2017 -0700 |
committer | David Brown <david.brown@linaro.org> | Fri Jan 06 11:16:53 2017 -0700 |
tree | 2da71939890d6684e71b5d8e9e6c339839da49a9 | |
parent | 5315d50a0c7a3367613f76092299810e50bb84e5 [diff] [blame] |
zephyr: Bring in the Zephyr build Add support for building mcuboot as a Zephyr application. This is copied from the iotboot repo with some minor reorganization to work with the mcuboot directory layout.
diff --git a/zephyr/build_boot.sh b/zephyr/build_boot.sh new file mode 100755 index 0000000..2fc8326 --- /dev/null +++ b/zephyr/build_boot.sh
@@ -0,0 +1,6 @@ +#! /bin/bash + +source $(dirname 0)/target.sh +source ../../zephyr/zephyr-env.sh + +make BOARD=$BOARD "$@"