mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
lib/version: Don't link to drivers_board
The needed version specific things come from px4 layer. Since version is used both in kernel an user sides in protected build, it can't directly link to drivers_board Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
parent
ff4eae2c9b
commit
714df398eb
@ -85,5 +85,4 @@ target_compile_definitions(version
|
||||
)
|
||||
|
||||
target_link_libraries(version PRIVATE git_ver)
|
||||
target_link_libraries(version PRIVATE drivers_board)
|
||||
add_dependencies(version prebuild_targets)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user