diff --git a/makefiles/docker.inc.mk b/makefiles/docker.inc.mk index c620437aaf..7886af50af 100644 --- a/makefiles/docker.inc.mk +++ b/makefiles/docker.inc.mk @@ -25,7 +25,7 @@ export DOCKER_MAKECMDGOALS ?= all # List of all exported environment variables that shall be passed on to the # Docker container, they will only be passed if they are set from the # environment, not if they are only default Makefile values. -export DOCKER_ENV_VARS = \ +export DOCKER_ENV_VARS += \ APPDIR \ AR \ ARFLAGS \