forked from espressif/esp-idf
* Adds the OpenThread submodule. * Adds porting on ESP32. * Adds the OpenThread cli example.
9 lines
181 B
Makefile
9 lines
181 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := ot_esp_cli
|
|
|
|
include $(IDF_PATH)/make/project.mk
|