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
|
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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user