summaryrefslogtreecommitdiff
path: root/lib/esp-idf-lua/examples/vfs/Makefile
blob: b4e2554ee20c2b9f1fa74200637fbf21fd1dad83 (plain)
1
2
3
4
5
6
7
8
PROJECT_NAME := example-lua-vfs

EXTRA_COMPONENT_DIRS := $(CURDIR)/../..

include $(IDF_PATH)/make/project.mk

SPIFFS_IMAGE_FLASH_IN_PROJECT := 1
$(eval $(call spiffs_create_partition_image,storage,spiffs_image))