aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky2017-12-01 13:45:03 +0200
committerPaul Sokolovsky2017-12-01 13:45:03 +0200
commitbb047558da6d7e1857e1d4c79547776976353cd3 (patch)
tree969dbd1555ff9934abd50c028b65e2f0f6518311
parent6515acca704a1ac208afb79e407486b58a0781de (diff)
zephyr/Makefile: syscall_macros.h generation was moved from CMake to make.
Required for #include <zephyr.h> to work.
-rw-r--r--ports/zephyr/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/zephyr/Makefile b/ports/zephyr/Makefile
index 2327cf73c..d6d711d1c 100644
--- a/ports/zephyr/Makefile
+++ b/ports/zephyr/Makefile
@@ -105,3 +105,4 @@ outdir/$(BOARD)/Makefile: $(CONF_FILE)
$(Z_EXPORTS): outdir/$(BOARD)/Makefile
make --no-print-directory -C outdir/$(BOARD) outputexports CMAKE_COMMAND=: >$@
+ make -C outdir/$(BOARD) syscall_macros_h_target