1#
2# This is a project Makefile. It is assumed the directory this Makefile resides in is a
3# project subdirectory.
4#
5
6PROJECT_NAME := aligenie_demo
7
8EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/button
9EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/light_driver
10EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init
11EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_nvs
12
13include $(IDF_PATH)/make/project.mk
14