make.inc: Add EKF3 and remove EKF1 library from make.inc files

This commit is contained in:
priseborough 2016-07-14 16:31:54 +10:00 committed by Andrew Tridgell
parent 35bed59bd4
commit 38ad778ff1
4 changed files with 4 additions and 3 deletions

View File

@ -10,8 +10,8 @@ LIBRARIES += AP_Math
LIBRARIES += AP_InertialSensor
LIBRARIES += AP_AccelCal
LIBRARIES += AP_AHRS
LIBRARIES += AP_NavEKF
LIBRARIES += AP_NavEKF2
LIBRARIES += AP_NavEKF3
LIBRARIES += AP_Mission
LIBRARIES += AP_Rally
LIBRARIES += AP_Terrain

View File

@ -17,8 +17,8 @@ LIBRARIES += AP_Declination
LIBRARIES += DataFlash
LIBRARIES += AC_PID
LIBRARIES += AP_Scheduler
LIBRARIES += AP_NavEKF
LIBRARIES += AP_NavEKF2
LIBRARIES += AP_NavEKF3
LIBRARIES += AP_Vehicle
LIBRARIES += AP_Mission
LIBRARIES += AP_Terrain

View File

@ -15,6 +15,7 @@ LIBRARIES += AP_InertialSensor
LIBRARIES += AP_AccelCal
LIBRARIES += AP_AHRS
LIBRARIES += AP_NavEKF2
LIBRARIES += AP_NavEKF3
LIBRARIES += AP_Mission
LIBRARIES += AP_Rally
LIBRARIES += AC_PID

View File

@ -34,8 +34,8 @@ LIBRARIES += AP_RCMapper
LIBRARIES += AP_Vehicle
LIBRARIES += AP_SpdHgtControl
LIBRARIES += AP_TECS
LIBRARIES += AP_NavEKF
LIBRARIES += AP_NavEKF2
LIBRARIES += AP_NavEKF3
LIBRARIES += AP_Mission
LIBRARIES += AP_Notify
LIBRARIES += AP_BattMonitor