mirror of
https://github.com/pellepl/spiffs.git
synced 2026-06-06 05:25:27 +00:00
10 lines
227 B
Makefile
10 lines
227 B
Makefile
spiffs = ../generic/spiffs/src
|
|
FLAGS += -DCONFIG_BUILD_SPIFFS
|
|
INC += -I${spiffs}
|
|
CPATH += ${spiffs}
|
|
CFILES += spiffs_nucleus.c
|
|
CFILES += spiffs_gc.c
|
|
CFILES += spiffs_hydrogen.c
|
|
CFILES += spiffs_cache.c
|
|
CFILES += spiffs_check.c
|