diff --git a/libraries/AP_Math/examples/eulers/make.inc b/libraries/AP_Math/examples/eulers/make.inc index ceae92b959..56df0835de 100644 --- a/libraries/AP_Math/examples/eulers/make.inc +++ b/libraries/AP_Math/examples/eulers/make.inc @@ -1,5 +1,4 @@ LIBRARIES += AP_ADC -LIBRARIES += AP_ADC_AnalogSource LIBRARIES += AP_AHRS LIBRARIES += AP_Airspeed LIBRARIES += AP_Baro diff --git a/libraries/AP_Math/examples/location/make.inc b/libraries/AP_Math/examples/location/make.inc index f667199307..e36947800b 100644 --- a/libraries/AP_Math/examples/location/make.inc +++ b/libraries/AP_Math/examples/location/make.inc @@ -1,5 +1,4 @@ LIBRARIES += AP_ADC -LIBRARIES += AP_ADC_AnalogSource LIBRARIES += AP_AHRS LIBRARIES += AP_Airspeed LIBRARIES += AP_Baro diff --git a/libraries/AP_Math/examples/polygon/make.inc b/libraries/AP_Math/examples/polygon/make.inc index f667199307..e36947800b 100644 --- a/libraries/AP_Math/examples/polygon/make.inc +++ b/libraries/AP_Math/examples/polygon/make.inc @@ -1,5 +1,4 @@ LIBRARIES += AP_ADC -LIBRARIES += AP_ADC_AnalogSource LIBRARIES += AP_AHRS LIBRARIES += AP_Airspeed LIBRARIES += AP_Baro diff --git a/libraries/AP_Math/examples/rotations/make.inc b/libraries/AP_Math/examples/rotations/make.inc index 348a6a7084..78a86896b6 100644 --- a/libraries/AP_Math/examples/rotations/make.inc +++ b/libraries/AP_Math/examples/rotations/make.inc @@ -19,7 +19,6 @@ LIBRARIES += AP_AHRS LIBRARIES += AP_NavEKF LIBRARIES += AP_Airspeed LIBRARIES += AP_Vehicle -LIBRARIES += AP_ADC_AnalogSource LIBRARIES += AP_Rally LIBRARIES += AP_BattMonitor LIBRARIES += AP_RangeFinder