2016-12-19 07:40:21 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2018-07-12 12:15:44 +00:00
|
|
|
PROJECT_NAME := simple_ota
|
2016-12-19 07:40:21 +00:00
|
|
|
|
2019-05-22 09:56:10 +00:00
|
|
|
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
|
|
|
|
|
2016-12-19 07:40:21 +00:00
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|