Tools: move AP_KDECAN build to AP_Vehicle

This commit is contained in:
Tom Pittenger 2023-03-16 16:07:15 -07:00 committed by Andrew Tridgell
parent 6674f0ea5f
commit 8a530ee0a6
3 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ def build(bld):
'AP_Devo_Telem',
'AP_OSD',
'AC_AutoTune',
'AP_KDECAN',
'AP_Follow',
],
)

View File

@ -18,7 +18,6 @@ def build(bld):
'AP_Beacon',
'AP_TemperatureSensor',
'AP_Arming',
'AP_KDECAN',
'AP_OSD',
],
)

View File

@ -34,6 +34,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_HAL',
'AP_HAL_Empty',
'AP_InertialSensor',
'AP_KDECAN',
'AP_Math',
'AP_Mission',
'AP_DAL',