Commit ca582675 authored by Paul Sokolovsky's avatar Paul Sokolovsky

zephyr/Makefile: Explicitly define default target as "all".

For some reason, with the latest Zephyr master, running just "make" led
to executing Zephyr's "qemu" target.
parent 0f12082f
......@@ -17,6 +17,9 @@ OUTDIR_PREFIX = $(BOARD)
MICROPY_HEAP_SIZE = 16384
FROZEN_DIR = scripts
# Default target
all:
# Zephyr (generated) config files - must be defined before include below
Z_EXPORTS = outdir/$(OUTDIR_PREFIX)/Makefile.export
ifneq ($(MAKECMDGOALS), clean)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment