Makefile 465 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_wifi_coexist
  6. EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init
  7. EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning
  8. EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/common_components/iperf
  9. include $(IDF_PATH)/make/project.mk