From b687e1a41f35d7467273004c0d8ffbbca52e0fce Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 13 Sep 2017 14:54:33 +1000 Subject: [PATCH] spiffs: Track spiffs submodule in component Will now automatically initialise as part of "make". --- components/spiffs/component.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/spiffs/component.mk b/components/spiffs/component.mk index 624b219d3..70f96dfd4 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