mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #18071 from benpicco/boards/native-weak_vfs_default
boards/native: allow to overwrite default fs
This commit is contained in:
commit
2e1cd2a517
@ -12,9 +12,11 @@ ifneq (,$(filter periph_can,$(FEATURES_USED)))
|
|||||||
USEPKG += libsocketcan
|
USEPKG += libsocketcan
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# default to using littlefs2 on the virtual flash
|
# default to using littlefs2 on the virtual flash if no other fs was selected
|
||||||
ifneq (,$(filter vfs_default,$(USEMODULE)))
|
ifneq (,$(filter vfs_default,$(USEMODULE)))
|
||||||
USEPKG += littlefs2
|
ifeq (,$(filter spiffs littlefs fatfs_vfs,$(USEMODULE)))
|
||||||
|
USEMODULE += littlefs2
|
||||||
|
endif
|
||||||
USEMODULE += mtd
|
USEMODULE += mtd
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user