boards/{mcb2388,msba2}: use mtd_mci as default MTD

This commit is contained in:
Leandro Lanzieri 2021-11-26 18:36:03 +01:00
parent a476e43568
commit afb0f0f3ba
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
2 changed files with 4 additions and 8 deletions

View File

@ -3,9 +3,7 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio USEMODULE += saul_gpio
endif endif
# default to mtd_mci if no other MTD backend is selected # default to mtd_mci
ifneq (,$(filter mtd,$(USEMODULE))) ifneq (,$(filter mtd,$(USEMODULE)))
ifeq (,$(filter mtd_%,$(USEMODULE)))
USEMODULE += mtd_mci USEMODULE += mtd_mci
endif
endif endif

View File

@ -8,9 +8,7 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += sht11 USEMODULE += sht11
endif endif
# default to mtd_mci if no other MTD backend is selected # default to mtd_mci
ifneq (,$(filter mtd,$(USEMODULE))) ifneq (,$(filter mtd,$(USEMODULE)))
ifeq (,$(filter mtd_%,$(USEMODULE)))
USEMODULE += mtd_mci USEMODULE += mtd_mci
endif
endif endif