mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-07-31 19:31:05 +00:00
12 lines
446 B
Makefile
12 lines
446 B
Makefile
NAME := blemesh
|
|
|
|
$(NAME)_SOURCES := main.c
|
|
|
|
$(NAME)_INCLUDES := ../../../kernel/protocols/bluetooth/include \
|
|
../../../kernel/protocols/bluetooth/core/include
|
|
|
|
ble = 1
|
|
bt_mesh = 1
|
|
|
|
$(NAME)_COMPONENTS += protocols.bluetooth yloop cli
|
|
GLOBAL_DEFINES += AOS_NO_WIFI CONFIG_BT_SMP CONFIG_BT_MESH_PROV CONFIG_BT_MESH_PB_ADV CONFIG_BT_MESH_PB_GATT CONFIG_BT_TINYCRYPT_ECC CONFIG_BT_MESH_CFG_CLI CONFIG_BT_MESH_PROXY
|