Init hacl-c submodule during 'make'

This commit is contained in:
Michal Podhradsky
2018-01-04 10:36:16 -08:00
parent 6536a80f58
commit 4a7983370e
2 changed files with 4 additions and 2 deletions
+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
all: libopencm3 luftboot chibios fatfs libsbp mavlink TRICAL hacl-c
# update (and init if needed) all submodules
update_submodules:
@@ -65,6 +65,8 @@ luftboot: libopencm3.update luftboot.update luftboot.build
luftboot_flash: luftboot.build
$(Q)$(MAKE) -C luftboot/src flash BMP_PORT?=/dev/ttyACM0 LIBOPENCM3=../../libopencm3 PREFIX=$(PREFIX)
hacl-c: hacl-c.update
chibios: chibios.update
TRICAL: TRICAL.update