ESP32-Mesh-OTA/Makefile

11 lines
272 B
Makefile
Raw Normal View History

2020-12-01 23:21:18 +01:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
2021-01-03 12:15:12 +01:00
PROJECT_NAME := https-mbedtls
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
2020-12-01 23:21:18 +01:00
include $(IDF_PATH)/make/project.mk