2021-03-23 20:00:17 +04:00
|
|
|
#
|
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
|
# project subdirectory.
|
|
|
|
|
#
|
|
|
|
|
|
2021-06-11 16:50:28 +02:00
|
|
|
PROJECT_NAME := non_blocking_socket
|
2021-03-23 20:00:17 +04:00
|
|
|
|
|
|
|
|
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
|
|
|
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|