Makefile 336 B

123456789101112
  1. #
  2. # This is a project Makefile. It is assumed the directory this Makefile resides in is a
  3. # project subdirectory.
  4. #
  5. PROJECT_NAME := ble_mesh_console
  6. COMPONENT_ADD_INCLUDEDIRS := components/include
  7. EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init
  8. include $(IDF_PATH)/make/project.mk