mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
Merge pull request #13200 from fjmolinas/pr_buildtests_boardsdir
makefiles/info-global.inc.mk: reset BOARDSDIR
This commit is contained in:
commit
986ff50b75
@ -108,3 +108,7 @@ info-boards-supported:
|
||||
|
||||
info-boards-features-missing:
|
||||
@for f in $(BOARDS_FEATURES_MISSING); do echo $${f}; done | column -t
|
||||
|
||||
# Reset BOARDSDIR so unchanged for makefiles included after, for now only
|
||||
# needed for buildtests.inc.mk
|
||||
BOARDSDIR := $(BOARDSDIR_GLOBAL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user