Skip to content

Commit

Permalink
makefiles/info-global: remove use of FEATURES_MCU_GROUP
Browse files Browse the repository at this point in the history
This is the last use of FEATURES_MCU_GROUP variable and thus it
deprecates it.
  • Loading branch information
aabadie committed Jun 14, 2019
1 parent 4914400 commit 27e5aa5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions makefiles/info-global.inc.mk
Expand Up @@ -19,13 +19,6 @@ define board_missing_features

include $(RIOTBASE)/Makefile.features

ifdef BUILDTEST_MCU_GROUP
ifneq ($(BUILDTEST_MCU_GROUP), $$(FEATURES_MCU_GROUP))
BOARDS_FEATURES_MISSING += "$(1) $(BUILDTEST_MCU_GROUP)"
BOARDS_WITH_MISSING_FEATURES += $(1)
endif
endif

include $(RIOTBASE)/Makefile.dep

FEATURES_MISSING := $$(sort $$(filter-out $$(FEATURES_PROVIDED), $$(FEATURES_REQUIRED)))
Expand Down

0 comments on commit 27e5aa5

Please sign in to comment.