commit | 299245d7de3473c07db2dcf15a367f88c9277412 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Tue Jan 10 09:49:47 2017 -0700 |
committer | David Brown <david.brown@linaro.org> | Tue Jan 10 09:49:47 2017 -0700 |
tree | 24c922e4e7db1e2589a77a93bc190910ba7a9c45 | |
parent | c331967ae1e7e2e082d2fe4e5a8afade8b5e2b8c [diff] |
zephyr: Move code under 'boot' directory The Zephyr build systems makes some assumptions about the directory layout, and encounters problems if the necessary path contains "../..". To help this, place the zephyr directory next to the bootutil directory so that the Makefile can just refer to "../bootutil". This keeps all of the build artifacts under the proper top-level directory.