10000 zephyr/Makefile: Explicitly define default target as "all". · lable/micropython@ca58267 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca58267

Browse files
committed
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.
1 parent 0f12082 commit ca58267

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zephyr/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ OUTDIR_PREFIX = $(BOARD)
1717
MICROPY_HEAP_SIZE = 16384
1818
FROZEN_DIR = scripts
1919

20+
# Default target
21+
all:
22+
2023
# Zephyr (generated) config files - must be defined before include below
2124
Z_EXPORTS = outdir/$(OUTDIR_PREFIX)/Makefile.export
2225
ifneq ($(MAKECMDGOALS), clean)

0 commit comments

Comments
 (0)
0