build: added AP_ICEngine to build

This commit is contained in:
Andrew Tridgell 2016-07-23 17:37:04 +10:00
parent 461be7ff0e
commit db8bf48747
2 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_Mount',
'AP_Module',
'AP_Button',
'AP_ICEngine',
]
def _get_legacy_defines(sketch_name):

View File

@ -1,3 +1,5 @@
# libraries linked into every program
LIBRARIES += AP_Module
LIBRARIES += AP_Button
LIBRARIES += AP_ICEngine