waf: recurse info AP_Networking

This commit is contained in:
Andrew Tridgell 2023-12-21 09:26:49 +11:00
parent a53be122db
commit 468c532290
1 changed files with 2 additions and 0 deletions

View File

@ -548,6 +548,8 @@ def configure(cfg):
cfg.recurse('libraries/AP_HAL_SITL')
cfg.recurse('libraries/SITL')
cfg.recurse('libraries/AP_Networking')
cfg.start_msg('Scripting runtime checks')
if cfg.options.scripting_checks:
cfg.end_msg('enabled')