From f54dee7bb5c3ecce57a66e25a8011291d3e9e531 Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Mon, 7 Dec 2015 13:02:15 +0100 Subject: [PATCH] [ext] echo when generating mavlink headers --- Makefile | 1 - sw/ext/Makefile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff5045377d..2a43d6eff5 100644 --- a/Makefile +++ b/Makefile @@ -254,7 +254,6 @@ $(INTERMCU_MSG_H) : $(MESSAGES_XML) generators $(Q)chmod a+r $@ $(MAVLINK_PROTOCOL_H) : - @echo GENERATE $(MAVLINK_DIR) $(Q)make -C $(PAPARAZZI_HOME)/sw/ext mavlink # diff --git a/sw/ext/Makefile b/sw/ext/Makefile index d577888e6e..e2b6c43be1 100644 --- a/sw/ext/Makefile +++ b/sw/ext/Makefile @@ -72,6 +72,7 @@ fatfs: fatfs.update mavlink: mavlink.update mavlink.build mavlink.build: + @echo GENERATE $(PAPARAZZI_SRC)/var/include/mavlink $(Q)PYTHONPATH=$(EXT_DIR)/mavlink python $(EXT_DIR)/mavlink/pymavlink/tools/mavgen.py --output $(PAPARAZZI_SRC)/var/include/mavlink --lang C $(EXT_DIR)/mavlink/message_definitions/v1.0/paparazzi.xml --no-validate > /dev/null libsbp: libsbp.update