waf: added blimp target

This commit is contained in:
Andrew Tridgell 2021-03-18 14:13:21 +11:00
parent cd18e16ffb
commit 9683647fd1
1 changed files with 1 additions and 1 deletions

View File

@ -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,