mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
This commit is contained in:
parent
ffff68deaf
commit
c6b6c71a42
@ -52,6 +52,7 @@ export DOCKER_ENV_VARS += \
|
|||||||
LTO \
|
LTO \
|
||||||
OBJCOPY \
|
OBJCOPY \
|
||||||
OFLAGS \
|
OFLAGS \
|
||||||
|
PARTICLE_MONOFIRMWARE \
|
||||||
PREFIX \
|
PREFIX \
|
||||||
QUIET \
|
QUIET \
|
||||||
WERROR \
|
WERROR \
|
||||||
|
Loading…
Reference in New Issue
Block a user