Skip to content

Commit

Permalink
Revert removed spiffs-image-clean (#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matzz authored Feb 23, 2021
1 parent 14b50ee commit 9e55859
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Sming/Components/spiffs/component.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ COMPONENT_RELINK_VARS += SPIFFS_OBJ_META_LEN
SPIFFS_OBJ_META_LEN ?= 16
COMPONENT_CFLAGS += -DSPIFFS_OBJ_META_LEN=$(SPIFFS_OBJ_META_LEN)

##@Cleaning

.PHONY: spiffs-image-clean
spiffs-image-clean: ##Remove SPIFFS image file
$(info Cleaning $(SPIFF_BIN_OUT))
$(Q) rm -f $(SPIFF_BIN_OUT)

##@Building

# Spiffs image generation tool
Expand Down

0 comments on commit 9e55859

Please sign in to comment.