mirror of https://github.com/ArduPilot/ardupilot
waf: added blimp target
This commit is contained in:
parent
cd18e16ffb
commit
9683647fd1
2
wscript
2
wscript
|
@ -636,7 +636,7 @@ ardupilotwaf.build_command('check-all',
|
|||
doc='shortcut for `waf check --alltests`',
|
||||
)
|
||||
|
||||
for name in ('antennatracker', 'copter', 'heli', 'plane', 'rover', 'sub', 'bootloader','iofirmware','AP_Periph','replay'):
|
||||
for name in ('antennatracker', 'copter', 'heli', 'plane', 'rover', 'sub', 'blimp', 'bootloader','iofirmware','AP_Periph','replay'):
|
||||
ardupilotwaf.build_command(name,
|
||||
program_group_list=name,
|
||||
doc='builds %s programs' % name,
|
||||
|
|
Loading…
Reference in New Issue