mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
drivers/distance_sensor: add drivers_rangefinder linking dependency
- fixes https://github.com/PX4/PX4-Autopilot/issues/16715
This commit is contained in:
@@ -41,4 +41,6 @@ px4_add_module(
|
||||
leddar_one_main.cpp
|
||||
MODULE_CONFIG
|
||||
module.yaml
|
||||
DEPENDS
|
||||
drivers_rangefinder
|
||||
)
|
||||
|
||||
@@ -36,5 +36,6 @@ px4_add_module(
|
||||
SRCS
|
||||
lightware_laser_i2c.cpp
|
||||
DEPENDS
|
||||
drivers_rangefinder
|
||||
)
|
||||
|
||||
|
||||
@@ -35,4 +35,6 @@ px4_add_module(
|
||||
MAIN mappydot
|
||||
SRCS
|
||||
MappyDot.cpp
|
||||
DEPENDS
|
||||
drivers_rangefinder
|
||||
)
|
||||
|
||||
@@ -37,4 +37,6 @@ px4_add_module(
|
||||
-Wno-cast-align # TODO: fix and enable
|
||||
SRCS
|
||||
mb12xx.cpp
|
||||
DEPENDS
|
||||
drivers_rangefinder
|
||||
)
|
||||
|
||||
@@ -37,4 +37,6 @@ px4_add_module(
|
||||
MAIN pga460
|
||||
SRCS
|
||||
pga460.cpp
|
||||
DEPENDS
|
||||
drivers_rangefinder
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user