From 8e8826c5161734a9da36e8bd9070a1a6ea5186c5 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 5 Apr 2021 11:03:27 -0400 Subject: [PATCH] Makefile: uorb_graphs exclude src/lib from graph_full --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99e8657960..f9bf4b70d6 100644 --- a/Makefile +++ b/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