Skip to content

Commit

Permalink
wscript: build only genericvehicle for genericvehicle boards
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Mar 16, 2024
1 parent c9a1d66 commit bfbab2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,8 @@ def generate_tasklist(ctx, do_print=True):
task['targets'] = ['AP_Periph']
elif 'iofirmware' in board:
task['targets'] = ['iofirmware', 'bootloader']
elif 'GenericVehicle' in board:
task['targets'] = ['genericvehicle']
else:
if 'sitl' in board or 'SITL' in board:
task['targets'] = ['antennatracker', 'copter', 'heli', 'plane', 'rover', 'sub', 'replay']
Expand Down

0 comments on commit bfbab2e

Please sign in to comment.