Update rustlink

This commit is contained in:
Michal Podhradsky
2018-03-19 12:14:22 -07:00
parent da4cc6bea9
commit cd1013582f
+3 -1
View File
@@ -33,7 +33,7 @@ EXT_DIR=$(PAPARAZZI_SRC)/sw/ext
include $(PAPARAZZI_SRC)/conf/Makefile.arm-embedded-toolchain
all: libopencm3 luftboot chibios fatfs libsbp mavlink TRICAL hacl-c key_generator
all: libopencm3 luftboot chibios fatfs libsbp mavlink TRICAL hacl-c key_generator rustlink
# update (and init if needed) all submodules
update_submodules:
@@ -69,6 +69,8 @@ hacl-c: hacl-c.update
key_generator: key_generator.update
rustlink: rustlink.update
chibios: chibios.update
TRICAL: TRICAL.update