drivers/distance_sensor: add drivers_rangefinder linking dependency

- fixes https://github.com/PX4/PX4-Autopilot/issues/16715
This commit is contained in:
Daniel Agar
2021-02-01 09:05:53 -05:00
parent b9b9c55325
commit a9a8a95c44
5 changed files with 9 additions and 0 deletions
@@ -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
)