From: Angus Gratton Date: Wed, 13 Sep 2017 04:54:33 +0000 (+1000) Subject: spiffs: Track spiffs submodule in component X-Git-Tag: v3.1-dev~279^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b687e1a41f35d7467273004c0d8ffbbca52e0fce;p=esp-idf spiffs: Track spiffs submodule in component Will now automatically initialise as part of "make". --- diff --git a/components/spiffs/component.mk b/components/spiffs/component.mk index 624b219d3d..70f96dfd49 100644 --- a/components/spiffs/component.mk +++ b/components/spiffs/component.mk @@ -1,3 +1,5 @@ COMPONENT_ADD_INCLUDEDIRS := include COMPONENT_PRIV_INCLUDEDIRS := spiffs/src COMPONENT_SRCDIRS := . spiffs/src + +COMPONENT_SUBMODULES := spiffs