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

10 lines
245 B
Makefile
Raw Normal View History

INCLUDES += -I$(RIOTPKG)/spiffs/include
2018-04-12 09:54:04 +02:00
INCLUDES += -I$(PKGDIRBASE)/spiffs/src/
ifneq (,$(filter spiffs_fs,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += $(RIOTBASE)/pkg/spiffs/fs
endif
2020-04-15 00:21:10 +02:00
SPIFFS_NB_FD ?= 8
CFLAGS += '-DSPIFFS_FS_FD_SPACE_SIZE=(32 * $(SPIFFS_NB_FD))'