We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f12082 commit ca58267Copy full SHA for ca58267
1 file changed
zephyr/Makefile
@@ -17,6 +17,9 @@ OUTDIR_PREFIX = $(BOARD)
17
MICROPY_HEAP_SIZE = 16384
18
FROZEN_DIR = scripts
19
20
+# Default target
21
+all:
22
+
23
# Zephyr (generated) config files - must be defined before include below
24
Z_EXPORTS = outdir/$(OUTDIR_PREFIX)/Makefile.export
25
ifneq ($(MAKECMDGOALS), clean)
0 commit comments