Files
esp-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_node/Makefile
T

11 lines
233 B
Makefile
Raw Normal View History

2019-01-07 15:16:47 +08:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := ble_mesh_node
COMPONENT_ADD_INCLUDEDIRS := components/include
include $(IDF_PATH)/make/project.mk