From 25b26dbb885c90a75d2f22f9d02484a6bb698c61 Mon Sep 17 00:00:00 2001 From: Freek van Tienen Date: Sat, 12 Sep 2015 22:53:46 +0200 Subject: [PATCH] [ext] update libsbp --- sw/ext/Makefile | 4 +++- sw/ext/libsbp | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sw/ext/Makefile b/sw/ext/Makefile index 79bef4e5397..2ef8502f30d 100644 --- a/sw/ext/Makefile +++ b/sw/ext/Makefile @@ -33,7 +33,7 @@ EXT_DIR=$(PAPARAZZI_SRC)/sw/ext include $(PAPARAZZI_SRC)/conf/Makefile.arm-embedded-toolchain -all: libopencm3 luftboot chibios fatfs +all: libopencm3 luftboot chibios fatfs libsbp # update (and init if needed) all submodules update_submodules: @@ -69,6 +69,8 @@ chibios: chibios.update fatfs: fatfs.update +libsbp: libsbp.update + clean: $(Q)if [ -f libopencm3/Makefile ]; then \ $(MAKE) -C $(EXT_DIR)/libopencm3 clean; \ diff --git a/sw/ext/libsbp b/sw/ext/libsbp index 12939292d0f..c025bb1f376 160000 --- a/sw/ext/libsbp +++ b/sw/ext/libsbp @@ -1 +1 @@ -Subproject commit 12939292d0f91d52e049300d71f3eab2eef3713d +Subproject commit c025bb1f37675061efd2c305e4a2044956c1a7a3