mirror of https://github.com/ArduPilot/ardupilot
Tools: move AP_KDECAN build to AP_Vehicle
This commit is contained in:
parent
6674f0ea5f
commit
8a530ee0a6
|
@ -28,7 +28,6 @@ def build(bld):
|
|||
'AP_Devo_Telem',
|
||||
'AP_OSD',
|
||||
'AC_AutoTune',
|
||||
'AP_KDECAN',
|
||||
'AP_Follow',
|
||||
],
|
||||
)
|
||||
|
|
|
@ -18,7 +18,6 @@ def build(bld):
|
|||
'AP_Beacon',
|
||||
'AP_TemperatureSensor',
|
||||
'AP_Arming',
|
||||
'AP_KDECAN',
|
||||
'AP_OSD',
|
||||
],
|
||||
)
|
||||
|
|
|
@ -34,6 +34,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
|
|||
'AP_HAL',
|
||||
'AP_HAL_Empty',
|
||||
'AP_InertialSensor',
|
||||
'AP_KDECAN',
|
||||
'AP_Math',
|
||||
'AP_Mission',
|
||||
'AP_DAL',
|
||||
|
|
Loading…
Reference in New Issue