Browse Source

build: added AP_ICEngine to build

mission-4.1.18
Andrew Tridgell 9 years ago
parent
commit
db8bf48747
  1. 1
      Tools/ardupilotwaf/ardupilotwaf.py
  2. 2
      mk/make.inc

1
Tools/ardupilotwaf/ardupilotwaf.py

@ -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):

2
mk/make.inc

@ -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…
Cancel
Save