Tools: Add proximity as a common library

This commit is contained in:
Michael du Breuil 2018-05-13 01:47:55 -07:00 committed by Francisco Ferreira
parent 216457a281
commit 82d486add0

View File

@ -72,6 +72,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_VisualOdom',
'AP_BLHeli',
'AP_ROMFS',
'AP_Proximity',
]
def get_legacy_defines(sketch_name):
@ -106,7 +107,6 @@ def ap_common_vehicle_libraries(bld):
if bld.env.DEST_BINFMT == 'pe':
libraries += [
'AP_Proximity',
'AC_Fence',
]