mk: add AP_ADC to global library include

AP_ADC was removed from Sub make include file in 6806989 but it is used in Linux HAL so we have to always include it
This commit is contained in:
Francisco Ferreira 2017-04-27 01:19:54 +01:00 committed by Lucas De Marchi
parent e96332d346
commit e0de1517c1

View File

@ -5,3 +5,4 @@ LIBRARIES += AP_ICEngine
LIBRARIES += AP_FlashStorage LIBRARIES += AP_FlashStorage
LIBRARIES += SRV_Channel LIBRARIES += SRV_Channel
LIBRARIES += AP_UAVCAN LIBRARIES += AP_UAVCAN
LIBRARIES += AP_ADC