diff options
| author | Paul Sokolovsky | 2016-11-04 19:13:49 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-11-04 19:13:49 +0300 |
| commit | 919fc2dc478b53333d44358190ad99be0b8c54b3 (patch) | |
| tree | d3ba133137b4ea578573ba57f794b370ec53da54 | |
| parent | 688cc79294a16ac9cc291985a75184813d300ccd (diff) | |
zephyr/Makefile: Update comments to the current state of affairs.
| -rw-r--r-- | zephyr/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/zephyr/Makefile b/zephyr/Makefile index 09a56713f..b4dd902bd 100644 --- a/zephyr/Makefile +++ b/zephyr/Makefile @@ -1,12 +1,9 @@ # -# This is main Makefile, which uses MicroPython build system, but -# Zephyr arch-specific toolchain (setup by Zephyr's Makefile.toolchain.*). -# Unfortunately, it's currently not possible to get target (as in: specific -# board to run on) specific compile-time options from Zephyr, so these must -# be set (duplicated) in this Makefile. Currently, these configured for -# ARM Cortex-M3. This Makefile builds MicroPython as a library, and then -# calls recursively Makefile.zephyr to build complete application using -# Zephyr build system. +# This is the main Makefile, which uses MicroPython build system, +# but Zephyr arch-specific toolchain and target-specific flags. +# This Makefile builds MicroPython as a library, and then calls +# recursively Makefile.zephyr to build complete application binary +# using Zephyr build system. # BOARD ?= qemu_x86 |
