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