mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
245 B
Makefile
10 lines
245 B
Makefile
INCLUDES += -I$(RIOTPKG)/spiffs/include
|
|
INCLUDES += -I$(PKGDIRBASE)/spiffs/src/
|
|
|
|
ifneq (,$(filter spiffs_fs,$(USEMODULE)))
|
|
DIRS += $(RIOTBASE)/pkg/spiffs/fs
|
|
endif
|
|
|
|
SPIFFS_NB_FD ?= 8
|
|
CFLAGS += '-DSPIFFS_FS_FD_SPACE_SIZE=(32 * $(SPIFFS_NB_FD))'
|