From 4a7983370e1e35d87162b717b64ee8a03a795cc1 Mon Sep 17 00:00:00 2001 From: Michal Podhradsky Date: Thu, 4 Jan 2018 10:36:16 -0800 Subject: [PATCH] Init hacl-c submodule during 'make' --- sw/ext/Makefile | 4 +++- sw/ext/hacl-c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sw/ext/Makefile b/sw/ext/Makefile index f7473494f7..d26011e2f7 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 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 diff --git a/sw/ext/hacl-c b/sw/ext/hacl-c index abf113b5af..9f7381d809 160000 --- a/sw/ext/hacl-c +++ b/sw/ext/hacl-c @@ -1 +1 @@ -Subproject commit abf113b5afc24f8751de751776fb1435d6cb2327 +Subproject commit 9f7381d809e47b0f98e9f93ac6e5edab282f2660