wscript: Add Sub

This commit is contained in:
Jacob Walser 2017-02-24 18:10:58 -05:00 committed by Andrew Tridgell
parent 81935f6b7c
commit 25663f5740
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ ardupilotwaf.build_command('check-all',
doc='shortcut for `waf check --alltests`',
)
for name in ('antennatracker', 'copter', 'plane', 'rover'):
for name in ('antennatracker', 'copter', 'plane', 'rover', 'sub'):
ardupilotwaf.build_command(name,
program_group_list=name,
doc='builds %s programs' % name,