mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
waf: allow build with "./waf iofirmware"
This commit is contained in:
parent
848dd87d58
commit
17112c8988
@ -21,5 +21,5 @@ def build(bld):
|
|||||||
bld.ap_program(
|
bld.ap_program(
|
||||||
program_name='iofirmware',
|
program_name='iofirmware',
|
||||||
use='iofirmware_libs',
|
use='iofirmware_libs',
|
||||||
program_groups=['bin'],
|
program_groups=['bin','iofirmware'],
|
||||||
)
|
)
|
||||||
|
2
wscript
2
wscript
@ -466,7 +466,7 @@ ardupilotwaf.build_command('check-all',
|
|||||||
doc='shortcut for `waf check --alltests`',
|
doc='shortcut for `waf check --alltests`',
|
||||||
)
|
)
|
||||||
|
|
||||||
for name in ('antennatracker', 'copter', 'heli', 'plane', 'rover', 'sub', 'bootloader'):
|
for name in ('antennatracker', 'copter', 'heli', 'plane', 'rover', 'sub', 'bootloader','iofirmware'):
|
||||||
ardupilotwaf.build_command(name,
|
ardupilotwaf.build_command(name,
|
||||||
program_group_list=name,
|
program_group_list=name,
|
||||||
doc='builds %s programs' % name,
|
doc='builds %s programs' % name,
|
||||||
|
Loading…
Reference in New Issue
Block a user