mirror of https://github.com/ArduPilot/ardupilot
build: added AP_ICEngine to build
This commit is contained in:
parent
461be7ff0e
commit
db8bf48747
|
@ -57,6 +57,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
|
|||
'AP_Mount',
|
||||
'AP_Module',
|
||||
'AP_Button',
|
||||
'AP_ICEngine',
|
||||
]
|
||||
|
||||
def _get_legacy_defines(sketch_name):
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# libraries linked into every program
|
||||
LIBRARIES += AP_Module
|
||||
LIBRARIES += AP_Button
|
||||
LIBRARIES += AP_ICEngine
|
||||
|
||||
|
|
Loading…
Reference in New Issue