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

pkg/littlefs2: always build littlefs2 fs (hard deps)

This commit is contained in:
Alexandre Abadie 2020-06-12 16:49:46 +02:00
parent 75b2de0ad3
commit 3209f7ce0c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,5 +1,3 @@
INCLUDES += -I$(PKGDIRBASE)/littlefs2
ifneq (,$(filter littlefs2_fs,$(USEMODULE)))
DIRS += $(RIOTBASE)/pkg/littlefs2/fs
endif
DIRS += $(RIOTBASE)/pkg/littlefs2/fs