mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
waf: ardupilotwaf: export program_name and program_group
Export those values to the task generators, so that other tools may use it.
This commit is contained in:
parent
45d1af8833
commit
0329cb14ed
@ -117,6 +117,8 @@ def ap_program(bld, program_group='bin',
|
||||
tg = tg_constructor(
|
||||
target='#%s' % name,
|
||||
name=name,
|
||||
program_name=program_name,
|
||||
program_group=program_group,
|
||||
**kw
|
||||
)
|
||||
_grouped_programs.setdefault(program_group, []).append(tg)
|
||||
|
Loading…
Reference in New Issue
Block a user