Skip to content
Snippets Groups Projects
Commit a1d5e0fe authored by Hauke Petersen's avatar Hauke Petersen
Browse files

make/info-global: adapt for common board folder

parent a7c1a3f6
Branches
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ define board_missing_features
endif
endef
BOARDS ?= $(shell find $(RIOTBOARD)/* -maxdepth 0 -type d \! -name "*-common" -exec basename {} \;)
BOARDS ?= $(shell find $(RIOTBOARD)/* -maxdepth 0 -type d \! -name "common" -exec basename {} \;)
BOARDS := $(filter $(if $(BOARD_WHITELIST), $(BOARD_WHITELIST), %), $(BOARDS))
BOARDS := $(filter-out $(BOARD_BLACKLIST), $(BOARDS))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment