1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

makefiles/docker.inc.mk: add PROGRAMMER to the exported variables

Depending on the PROGRAMMER used, the file used for flashing may be
different, like openocd/jlink, so the file being generated when
compiling should be different.

Because of this, when building in docker, the build system needs to know
for which programmer you are building for.

This manifested for 'nordic_softdevice' applications when using 'openocd'
but is not limited to this case.
This commit is contained in:
Gaëtan Harter 2019-09-12 12:34:30 +02:00
parent 00131b3ba3
commit 971b1acdb2
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -57,6 +57,7 @@ export DOCKER_ENV_VARS += \
PREFIX \
QUIET \
WERROR \
PROGRAMMER \
RIOT_CI_BUILD \
RIOT_VERSION \
SCANBUILD_ARGS \