Skip to content

Commit

Permalink
cmake: Fixed mspi.h include error
Browse files Browse the repository at this point in the history
kobj-types-enum.h was generated after VPR
asm_gen, moved asm_gen to POST_BUILD.

Signed-off-by: Michal Frankiewicz <[email protected]>
  • Loading branch information
mif1-nordic committed Jan 22, 2025
1 parent 1c36f9c commit 8a8b92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sdp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function(sdp_assembly_generate hrt_srcs)
)
endforeach()

add_dependencies(asm_gen syscall_list_h_target)
add_dependencies(asm_gen syscall_list_h_target kobj_types_h_target)

endfunction()

Expand Down

0 comments on commit 8a8b92c

Please sign in to comment.