mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
Register the driver framework correctly
This commit is contained in:
@@ -234,6 +234,7 @@ px4_add_git_submodule(TARGET git_gtest PATH "unittets/gtest")
|
|||||||
px4_add_git_submodule(TARGET git_uavcan PATH "src/modules/uavcan/libuavcan")
|
px4_add_git_submodule(TARGET git_uavcan PATH "src/modules/uavcan/libuavcan")
|
||||||
px4_add_git_submodule(TARGET git_nuttx PATH "NuttX")
|
px4_add_git_submodule(TARGET git_nuttx PATH "NuttX")
|
||||||
px4_add_git_submodule(TARGET git_dspal PATH "src/lib/dspal")
|
px4_add_git_submodule(TARGET git_dspal PATH "src/lib/dspal")
|
||||||
|
px4_add_git_submodule(TARGET git_driverframework PATH "src/lib/DriverFramework")
|
||||||
px4_add_git_submodule(TARGET git_jmavsim PATH "Tools/jMAVSim")
|
px4_add_git_submodule(TARGET git_jmavsim PATH "Tools/jMAVSim")
|
||||||
px4_add_git_submodule(TARGET git_gazebo PATH "Tools/sitl_gazebo")
|
px4_add_git_submodule(TARGET git_gazebo PATH "Tools/sitl_gazebo")
|
||||||
px4_add_git_submodule(TARGET git_matrix PATH "src/lib/matrix")
|
px4_add_git_submodule(TARGET git_matrix PATH "src/lib/matrix")
|
||||||
|
|||||||
@@ -39,5 +39,6 @@ px4_add_module(
|
|||||||
adcsim.cpp
|
adcsim.cpp
|
||||||
DEPENDS
|
DEPENDS
|
||||||
platforms__common
|
platforms__common
|
||||||
|
git_driverframework
|
||||||
)
|
)
|
||||||
# vim: set noet ft=cmake fenc=utf-8 ff=unix :
|
# vim: set noet ft=cmake fenc=utf-8 ff=unix :
|
||||||
|
|||||||
@@ -40,5 +40,6 @@ px4_add_module(
|
|||||||
gyrosim.cpp
|
gyrosim.cpp
|
||||||
DEPENDS
|
DEPENDS
|
||||||
platforms__common
|
platforms__common
|
||||||
|
git_driverframework
|
||||||
)
|
)
|
||||||
# vim: set noet ft=cmake fenc=utf-8 ff=unix :
|
# vim: set noet ft=cmake fenc=utf-8 ff=unix :
|
||||||
|
|||||||
Reference in New Issue
Block a user