2019-04-03 14:28:26 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
|
|
|
PROJECT_NAME := advanced_https_ota
|
|
|
|
|
2019-05-22 09:56:10 +00:00
|
|
|
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
|
|
|
|
|
2019-04-03 14:28:26 +00:00
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|