Skip to content

Commit

Permalink
zephyr/Makefile: Add kobj_types_h_target to Z_EXPORTS.
Browse files Browse the repository at this point in the history
New generated Zephyr header file, without it build breaks.
  • Loading branch information
pfalcon authored and dpgeorge committed May 21, 2018
1 parent 5a02337 commit 478410b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/zephyr/Makefile
Expand Up @@ -106,4 +106,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 syscall_list_h_target
make -C outdir/$(BOARD) syscall_macros_h_target syscall_list_h_target kobj_types_h_target

0 comments on commit 478410b

Please sign in to comment.