EXTERNAL_MODULE_DIRS silently ignores non-existent entries #17696
Labels
Area: build system
Area: Build system
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
EXTERNAL_MODULE_DIRS silently ignores non-existent entries.
Steps to reproduce the issue
Add
EXTERNAL_MODULE_DIRS += nonexistent
to the makefiles.Expected results
A warning?
Actual results
RIOT's build system silently ignores the entry.
Versions
The text was updated successfully, but these errors were encountered: