From c6b6c71a4297a37bc83e64e9aeb43c196971005a Mon Sep 17 00:00:00 2001 From: Dylan Laduranty Date: Wed, 15 Sep 2021 15:45:05 +0200 Subject: [PATCH] makefiles/docker.inc.mk: pass PARTICLE_MONOFIRMWARE to docker env vars This will allow the generation of the bin-checksummed file needed by dfu-util flashtool and thus allow to flash the all particle-based board with RUN_IN_DOCKER=1 --- makefiles/docker.inc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/makefiles/docker.inc.mk b/makefiles/docker.inc.mk index 2e4e61f32f..424192916e 100644 --- a/makefiles/docker.inc.mk +++ b/makefiles/docker.inc.mk @@ -52,6 +52,7 @@ export DOCKER_ENV_VARS += \ LTO \ OBJCOPY \ OFLAGS \ + PARTICLE_MONOFIRMWARE \ PREFIX \ QUIET \ WERROR \