2016-12-10 05:48:38 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
|
|
|
PROJECT_NAME := coap_server
|
|
|
|
|
2018-11-20 16:43:52 +00:00
|
|
|
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
|
|
|
|
|
2016-12-10 05:48:38 +00:00
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|