zephyr/Makefile: Update comments to the current state of affairs.

This commit is contained in:
Paul Sokolovsky 2016-11-04 19:13:49 +03:00
parent 688cc79294
commit 919fc2dc47

View File

@ -1,12 +1,9 @@
# #
# This is main Makefile, which uses MicroPython build system, but # This is the main Makefile, which uses MicroPython build system,
# Zephyr arch-specific toolchain (setup by Zephyr's Makefile.toolchain.*). # but Zephyr arch-specific toolchain and target-specific flags.
# Unfortunately, it's currently not possible to get target (as in: specific # This Makefile builds MicroPython as a library, and then calls
# board to run on) specific compile-time options from Zephyr, so these must # recursively Makefile.zephyr to build complete application binary
# be set (duplicated) in this Makefile. Currently, these configured for # using Zephyr build system.
# ARM Cortex-M3. This Makefile builds MicroPython as a library, and then
# calls recursively Makefile.zephyr to build complete application using
# Zephyr build system.
# #
BOARD ?= qemu_x86 BOARD ?= qemu_x86