Skip to content

Commit

Permalink
make/info-global: adapt for common board folder
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Nov 27, 2017
1 parent 797cc48 commit 4e4ef6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/info-global.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 4e4ef6a

Please sign in to comment.