mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: move Arming, Beacon and RC_Mapper into ardupilotwaf.py
these were built for all vehicles, so put them in the common list
This commit is contained in:
parent
75bbff01c1
commit
b7605a12ce
|
@ -6,11 +6,7 @@ def build(bld):
|
|||
bld.ap_stlib(
|
||||
name=vehicle + '_libs',
|
||||
ap_vehicle=vehicle,
|
||||
ap_libraries=bld.ap_common_vehicle_libraries() + [
|
||||
'AP_Beacon',
|
||||
'AP_Arming',
|
||||
'AP_RCMapper',
|
||||
],
|
||||
ap_libraries=bld.ap_common_vehicle_libraries(),
|
||||
)
|
||||
|
||||
bld.ap_program(
|
||||
|
|
Loading…
Reference in New Issue