1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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
endif
# default to mtd_mci if no other MTD backend is selected
# default to mtd_mci
ifneq (,$(filter mtd,$(USEMODULE)))
ifeq (,$(filter mtd_%,$(USEMODULE)))
USEMODULE += mtd_mci
endif
USEMODULE += mtd_mci
endif

View File

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