1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

makefiles/info-global: remove use of FEATURES_MCU_GROUP

This is the last use of FEATURES_MCU_GROUP variable and thus it
deprecates it.
This commit is contained in:
Alexandre Abadie 2019-06-02 11:20:24 +02:00
parent 49144008e3
commit 27e5aa51be
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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)))