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

10 lines
226 B
Makefile
Raw Normal View History

DEFAULT_MODULE += littlefs2_fs
# require littlefs2_fs dependencies if this module isn't disabled
ifeq (,$(filter littlefs2_fs,$(DISABLE_MODULE)))
USEMODULE += vfs
USEMODULE += mtd
endif
FEATURES_BLACKLIST += arch_msp430