boards/{mcb2388,msba2}: use mtd_mci as default MTD
This commit is contained in:
parent
a476e43568
commit
afb0f0f3ba
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user