ardupilot/mk/make.inc

17 lines
423 B
PHP
Raw Normal View History

# libraries linked into every program
LIBRARIES += AP_Module
2016-07-21 21:27:39 -03:00
LIBRARIES += AP_Button
2016-07-23 04:37:04 -03:00
LIBRARIES += AP_ICEngine
LIBRARIES += AP_FlashStorage
2017-01-06 21:02:32 -04:00
LIBRARIES += SRV_Channel
LIBRARIES += AP_UAVCAN
LIBRARIES += AP_ADC
LIBRARIES += AP_Airspeed
LIBRARIES += AP_Relay
LIBRARIES += AP_ServoRelayEvents
2017-11-02 23:37:42 -03:00
LIBRARIES += AP_Volz_Protocol
2017-11-22 15:14:12 -04:00
LIBRARIES += AP_SBusOut
LIBRARIES += AP_TempCalibration
LIBRARIES += AP_Radio
2018-02-02 16:35:19 -04:00
LIBRARIES += AP_Param_Helper