From ec50193d6c0529b4ffbf6c3187f5a709d0eb2c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Fri, 15 Dec 2017 11:52:21 +0100 Subject: [PATCH] Makefile: add uorb_graphs target --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a16505769..790d73f5f0 100644 --- a/Makefile +++ b/Makefile @@ -218,7 +218,7 @@ check_rtps: \ check_posix_sitl_rtps \ sizes -.PHONY: sizes check quick_check check_rtps +.PHONY: sizes check quick_check check_rtps uorb_graphs sizes: @-find build -name *.elf -type f | xargs size 2> /dev/null || : @@ -235,6 +235,14 @@ check_%: @$(MAKE) --no-print-directory $(subst check_,,$@) @echo +uorb_graphs: + @./Tools/uorb_graph/create_from_startupscript.sh + @./Tools/uorb_graph/create.py --src-path src --exclude-path src/examples --file Tools/uorb_graph/graph_full + @$(MAKE) --no-print-directory px4fmu-v2_default uorb_graph + @$(MAKE) --no-print-directory px4fmu-v4_default uorb_graph + @$(MAKE) --no-print-directory posix_sitl_default uorb_graph + + .PHONY: coverity_scan coverity_scan: posix_sitl_default