Skip to content

Commit bb04755

Browse files
committed
zephyr/Makefile: syscall_macros.h generation was moved from CMake to make.
Required for #include <zephyr.h> to work.
1 parent 6515acc commit bb04755

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ports/zephyr/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ outdir/$(BOARD)/Makefile: $(CONF_FILE)
105105

106106
$(Z_EXPORTS): outdir/$(BOARD)/Makefile
107107
make --no-print-directory -C outdir/$(BOARD) outputexports CMAKE_COMMAND=: >$@
108+
make -C outdir/$(BOARD) syscall_macros_h_target

0 commit comments

Comments
 (0)