Skip to content

Commit

Permalink
[ext] don't be quiet when updating submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Feb 11, 2015
1 parent 0f227e8 commit c5f38f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/ext/Makefile
Expand Up @@ -37,7 +37,7 @@ all: libopencm3.module luftboot.module chibios.module fatfs.module

update_submodules:
$(Q)if [ -d $(PAPARAZZI_SRC)/.git ]; then \
cd $(PAPARAZZI_SRC) && git submodule update --quiet --init; \
cd $(PAPARAZZI_SRC) && git submodule update --init; \
fi

libopencm3.module: update_submodules
Expand Down

0 comments on commit c5f38f5

Please sign in to comment.