Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
makefiles/docker.inc.mk: add support for EXTERNAL_MODULE_DIRS
They are remapped to `$(DOCKER_BUILD_ROOT)/external` if they are not inside RIOT (usually the case but not for `tests/external_modul_dirs`).. The value of `EXTERNAL_MODULE_DIRS` is then enforced by configuring it on the command line as the application should not try to set it anymore. The remapping is done in `external/directory_name` so cannot handle multiple external directories with the same name.
- Loading branch information