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

13 lines
336 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_console
2019-01-07 15:16:47 +08:00
COMPONENT_ADD_INCLUDEDIRS := components/include
2020-10-30 12:04:15 +08:00
EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init
2019-01-07 15:16:47 +08:00
include $(IDF_PATH)/make/project.mk