waf: recurse into AP_Scripting for build
This commit is contained in:
parent
be812f490f
commit
4311385cb9
3
wscript
3
wscript
@ -318,6 +318,7 @@ def configure(cfg):
|
||||
cfg.end_msg('disabled', color='YELLOW')
|
||||
else:
|
||||
cfg.end_msg('enabled')
|
||||
cfg.recurse('libraries/AP_Scripting')
|
||||
|
||||
cfg.start_msg('Scripting runtime checks')
|
||||
if cfg.options.scripting_checks:
|
||||
@ -489,6 +490,8 @@ def _build_recursion(bld):
|
||||
if bld.env.PERIPH_FW:
|
||||
dirs_to_recurse.append('Tools/AP_Periph')
|
||||
|
||||
dirs_to_recurse.append('libraries/AP_Scripting')
|
||||
|
||||
for p in hal_dirs_patterns:
|
||||
dirs_to_recurse += collect_dirs_to_recurse(
|
||||
bld,
|
||||
|
Loading…
Reference in New Issue
Block a user