forked from Archive/PX4-Autopilot
Makefile: uorb_graphs exclude src/lib from graph_full
This commit is contained in:
parent
186e987efb
commit
8e8826c516
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue