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:
parent
364499f212
commit
ca12999e2d
@ -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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user