2016-11-06 16:41:08 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2016-11-09 19:26:28 +00:00
|
|
|
PROJECT_NAME := nvs-rw-blob
|
2016-11-06 16:41:08 +00:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|