Browse Source

made build a bit more configurable

pull/24/head
Peter Andersson 10 years ago
parent
commit
aab5cbf33d
  1. 9
      files.mk

9
files.mk

@ -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

Loading…
Cancel
Save