]> granicus.if.org Git - esp-idf/commitdiff
spiffs: fix issue with args to spiffsgen in make
authorRenz Christian Bagaporo <renz@espressif.com>
Mon, 21 Oct 2019 09:50:27 +0000 (17:50 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Tue, 22 Oct 2019 03:35:19 +0000 (11:35 +0800)
components/spiffs/Makefile.projbuild

index 87e1f59edf1fe7778fd495e5af5dbe86426bd6e8..83c9d4e30911e033692c0e6d82ca83a9a74f3195 100644 (file)
@@ -2,21 +2,21 @@ SPIFFSGEN_PY:=$(COMPONENT_PATH)/spiffsgen.py
 SPIFFSGEN_FLASH_IN_PROJECT=
 
 ifdef CONFIG_SPIFFS_USE_MAGIC
-USE_MAGIC = "--use-magic"
+USE_MAGIC := "--use-magic"
 else
-USE_MAGIC = ""
+USE_MAGIC :=
 endif
 
 ifdef CONFIG_SPIFFS_USE_MAGIC_LENGTH
-USE_MAGIC_LEN = "--use-magic-len" 
+USE_MAGIC_LEN := "--use-magic-len" 
 else
-USE_MAGIC_LEN = ""
+USE_MAGIC_LEN :=
 endif
 
 ifdef CONFIG_SPIFFS_FOLLOW_SYMLINKS
-FOLLOW_SYMLINKS = "--follow-symlinks" 
+FOLLOW_SYMLINKS := "--follow-symlinks"
 else
-FOLLOW_SYMLINKS = ""
+FOLLOW_SYMLINKS :=
 endif
 
 # spiffs_create_partition_image