Skip to content
Snippets Groups Projects
Commit f7285e1c authored by Daniel Agar's avatar Daniel Agar
Browse files

UAVCAN improve dependencies within libuavcan submodule

 - fixes #8828
parent 26f9e560
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,9 @@ px4_add_module(
DEPENDS
git_uavcan
platforms__common
# within libuavcan
libuavcan_dsdlc
uavcan
uavcan_stm32_driver
)
......
......@@ -80,8 +80,12 @@ px4_add_module(
${PX4_SOURCE_DIR}/src/modules/systemlib/flashparams/flashparams.c
${PX4_SOURCE_DIR}/src/modules/systemlib/flashparams/flashfs.c
DEPENDS
platforms__common
git_uavcan
# within libuavcan
libuavcan_dsdlc
uavcan
uavcan_stm32_driver
)
target_link_libraries(modules__uavcanesc uavcan uavcan_stm32_driver)
......@@ -79,8 +79,12 @@ px4_add_module(
uavcannode_params.c
DEPENDS
prebuild_targets
git_uavcan
# within libuavcan
libuavcan_dsdlc
uavcan
uavcan_stm32_driver
)
target_link_libraries(modules__uavcannode PUBLIC uavcan uavcan_stm32_driver)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment