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:
parent
00131b3ba3
commit
971b1acdb2
@ -57,6 +57,7 @@ export DOCKER_ENV_VARS += \
|
||||
PREFIX \
|
||||
QUIET \
|
||||
WERROR \
|
||||
PROGRAMMER \
|
||||
RIOT_CI_BUILD \
|
||||
RIOT_VERSION \
|
||||
SCANBUILD_ARGS \
|
||||
|
Loading…
Reference in New Issue
Block a user