From bb047558da6d7e1857e1d4c79547776976353cd3 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 1 Dec 2017 13:45:03 +0200 Subject: [PATCH] zephyr/Makefile: syscall_macros.h generation was moved from CMake to make. Required for #include to work. --- ports/zephyr/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/zephyr/Makefile b/ports/zephyr/Makefile index 2327cf73c7..d6d711d1c2 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