Makefile: uorb_graphs exclude src/lib from graph_full

This commit is contained in:
Daniel Agar 2021-04-05 11:03:27 -04:00
parent 186e987efb
commit 8e8826c516
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ check_%:
@echo
uorb_graphs:
@./Tools/uorb_graph/create.py --src-path src --exclude-path src/examples --file Tools/uorb_graph/graph_full
@./Tools/uorb_graph/create.py --src-path src --exclude-path src/examples --exclude-path src/lib --file Tools/uorb_graph/graph_full
@$(MAKE) --no-print-directory px4_fmu-v2_default uorb_graph
@$(MAKE) --no-print-directory px4_fmu-v4_default uorb_graph
@$(MAKE) --no-print-directory px4_sitl_default uorb_graph