Files
esp-idf/examples/openthread/ot_cli/Makefile
T

11 lines
250 B
Makefile
Raw Normal View History

2021-04-02 14:49:49 +08:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := esp_ot_cli
2021-04-02 14:49:49 +08:00
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/iperf
2021-04-02 14:49:49 +08:00
include $(IDF_PATH)/make/project.mk