mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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_Mount',
|
||||||
'AP_Module',
|
'AP_Module',
|
||||||
'AP_Button',
|
'AP_Button',
|
||||||
|
'AP_ICEngine',
|
||||||
]
|
]
|
||||||
|
|
||||||
def _get_legacy_defines(sketch_name):
|
def _get_legacy_defines(sketch_name):
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
# libraries linked into every program
|
# libraries linked into every program
|
||||||
LIBRARIES += AP_Module
|
LIBRARIES += AP_Module
|
||||||
LIBRARIES += AP_Button
|
LIBRARIES += AP_Button
|
||||||
|
LIBRARIES += AP_ICEngine
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user