mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
waf: fix unsorted library
The list of libraries is maintained sorted to ease maintenance, avoid repeating libraries, etc.
This commit is contained in:
parent
bae16a61e2
commit
09ebbac7ab
@ -15,6 +15,7 @@ UTILITY_SOURCE_EXTS = [ 'utility/' + glob for glob in SOURCE_EXTS ]
|
|||||||
# TODO: Once HAL patches get in, need to filter out the HAL based
|
# TODO: Once HAL patches get in, need to filter out the HAL based
|
||||||
# on the bld.env.BOARD.
|
# on the bld.env.BOARD.
|
||||||
COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
|
COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
|
||||||
|
'AP_AccelCal',
|
||||||
'AP_ADC',
|
'AP_ADC',
|
||||||
'AP_AHRS',
|
'AP_AHRS',
|
||||||
'AP_Airspeed',
|
'AP_Airspeed',
|
||||||
@ -28,7 +29,6 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
|
|||||||
'AP_GPS',
|
'AP_GPS',
|
||||||
'AP_HAL',
|
'AP_HAL',
|
||||||
'AP_HAL_Empty',
|
'AP_HAL_Empty',
|
||||||
'AP_AccelCal',
|
|
||||||
'AP_InertialSensor',
|
'AP_InertialSensor',
|
||||||
'AP_Math',
|
'AP_Math',
|
||||||
'AP_Mission',
|
'AP_Mission',
|
||||||
|
Loading…
Reference in New Issue
Block a user