ardupilot/mk/make.inc
Francisco Ferreira e0de1517c1 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
2017-04-26 20:23:41 -07:00

9 lines
206 B
PHP

# libraries linked into every program
LIBRARIES += AP_Module
LIBRARIES += AP_Button
LIBRARIES += AP_ICEngine
LIBRARIES += AP_FlashStorage
LIBRARIES += SRV_Channel
LIBRARIES += AP_UAVCAN
LIBRARIES += AP_ADC