mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 21:55:34 +08:00
Fix px4_impl_os for protected build
For NuttX protected or kernel build, the prebuilds can't contain libraries which are different for kernel and user-space in protected/kerenl builds Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
committed by
Daniel Agar
parent
d94cc1e114
commit
ff4eae2c9b
@@ -177,7 +177,7 @@ function(px4_os_prebuild_targets)
|
||||
endif()
|
||||
|
||||
add_library(prebuild_targets INTERFACE)
|
||||
target_link_libraries(prebuild_targets INTERFACE nuttx_xx nuttx_c nuttx_fs nuttx_mm nuttx_sched m gcc)
|
||||
target_link_libraries(prebuild_targets INTERFACE nuttx_xx m gcc)
|
||||
add_dependencies(prebuild_targets DEPENDS nuttx_context uorb_headers)
|
||||
|
||||
endfunction()
|
||||
|
||||
Reference in New Issue
Block a user