waf: include piccolocan protocol directory in all libraries

with can_mgr in AP_Vehicle, eliding no longer works for the symbols generated from this directory, as *all* vehicles now get can, including the ones especially created in examples.  So now we include the symbols.
This commit is contained in:
Peter Barker 2024-02-01 14:20:33 +11:00 committed by Andrew Tridgell
parent 17145bea46
commit 95661bb9bb
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ def ap_get_all_libraries(bld):
continue
libraries.append(name)
libraries.extend(['AP_HAL', 'AP_HAL_Empty'])
libraries.append('AP_PiccoloCAN/piccolo_protocol')
return libraries
@conf