2018-02-26 16:04:47 +05:30
|
|
|
#
|
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
|
# project subdirectory.
|
|
|
|
|
#
|
|
|
|
|
|
2021-07-05 14:33:56 +08:00
|
|
|
PROJECT_NAME := https_mbedtls
|
2018-02-26 16:04:47 +05:30
|
|
|
|
2019-04-11 18:54:26 +08:00
|
|
|
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
|
|
|
|
|
|
2018-02-26 16:04:47 +05:30
|
|
|
include $(IDF_PATH)/make/project.mk
|