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
Jue 6dff3cbbaa pkg/littlefs2: allow VFS/MTD driver opt-out
This aligns Makefile-based and Kconfig-based dependency resolution.
2022-03-30 12:03:30 +02:00

10 lines
226 B
Makefile

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