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 \ BINDIR \
BINDIRBASE \ BINDIRBASE \
BOARD \ BOARD \
BOARDS \
BUILDRELPATH \ BUILDRELPATH \
BUILDTEST_MCU_GROUP \ BUILDTEST_MCU_GROUP \
BUILDTEST_VERBOSE \ BUILDTEST_VERBOSE \