1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

makefiles/docker: export BOARDS

This enables "BUILD_IN_DOCKER=1 BOARDS='foo bar' make buildtest".
Without this line, when executed with BUILD_IN_DOCKER, "make buildtest"
would always build all boards.
This commit is contained in:
Kaspar Schleiser 2019-04-12 09:19:17 +02:00
parent 364499f212
commit ca12999e2d

View File

@ -34,6 +34,7 @@ export DOCKER_ENV_VARS = \
BINDIR \
BINDIRBASE \
BOARD \
BOARDS \
BUILDRELPATH \
BUILDTEST_MCU_GROUP \
BUILDTEST_VERBOSE \