Skip to content

Commit

Permalink
[ext] update libsbp
Browse files Browse the repository at this point in the history
  • Loading branch information
fvantienen authored and flixr committed Sep 12, 2015
1 parent 4f3a6ed commit 25b26db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion sw/ext/Makefile
Expand Up @@ -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:
Expand Down Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion sw/ext/libsbp
Submodule libsbp updated 132 files

0 comments on commit 25b26db

Please sign in to comment.