commit | c331967ae1e7e2e082d2fe4e5a8afade8b5e2b8c | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Mon Jan 09 10:35:50 2017 -0700 |
committer | David Brown <david.brown@linaro.org> | Mon Jan 09 10:37:20 2017 -0700 |
tree | d6558056dd2b21fd6f0378887ddd079a114fb591 | |
parent | 4c2662d811ec350b03f4636d0e7ae97256f74aa7 [diff] |
zephyr: Move Zephyr build to top level The Zephyr build system does strange things if it refers to source directories above the main Makefile (generating outdir/<target>/../boot/... paths). For now, fix this by moving the Zephyr Makefile to the top-level in the tree. This shouldn't have much impact on Mynewt, as it doesn't use makefiles.