mirror of
https://github.com/pellepl/spiffs.git
synced 2026-07-26 21:49:05 +00:00
made build a bit more configurable
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
spiffs = ../generic/spiffs/src
|
||||
ifndef niffs
|
||||
$(warn defaulting path to generic spiffs module, spiffs variable not set)
|
||||
spiffs = ../generic/spiffs
|
||||
endif
|
||||
FLAGS += -DCONFIG_BUILD_SPIFFS
|
||||
INC += -I${spiffs}
|
||||
CPATH += ${spiffs}
|
||||
INC += -I${spiffs}/src
|
||||
CPATH += ${spiffs}/src
|
||||
CFILES += spiffs_nucleus.c
|
||||
CFILES += spiffs_gc.c
|
||||
CFILES += spiffs_hydrogen.c
|
||||
|
||||
Reference in New Issue
Block a user