ardupilot/mk/make.inc
Michael Oborne 59213b6eb2 Make: add missing library AP_ROMFS
fixs my cygwin sitl build
2018-08-01 10:37:02 +10:00

23 lines
563 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
LIBRARIES += AP_Airspeed
LIBRARIES += AP_Relay
LIBRARIES += AP_ServoRelayEvents
LIBRARIES += AP_Volz_Protocol
LIBRARIES += AP_SBusOut
LIBRARIES += AP_TempCalibration
LIBRARIES += AP_Radio
LIBRARIES += AP_Param_Helper
LIBRARIES += AP_VisualOdom
LIBRARIES += AP_RSSI
LIBRARIES += AP_Proximity
LIBRARIES += AP_Gripper
LIBRARIES += AP_RTC
LIBRARIES += AP_ROMFS