mirror of https://github.com/pellepl/spiffs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
325 B
12 lines
325 B
ifndef spiffs
|
|
$(warn defaulting path to generic spiffs module, spiffs variable not set)
|
|
spiffs = ../generic/spiffs
|
|
endif
|
|
FLAGS += -DCONFIG_BUILD_SPIFFS
|
|
INC += -I${spiffs}/src
|
|
CPATH += ${spiffs}/src
|
|
CFILES += spiffs_nucleus.c
|
|
CFILES += spiffs_gc.c
|
|
CFILES += spiffs_hydrogen.c
|
|
CFILES += spiffs_cache.c
|
|
CFILES += spiffs_check.c
|
|
|