mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-10 14:25:20 +00:00
13 lines
353 B
Makefile
13 lines
353 B
Makefile
NAME := bleperipheral
|
|
|
|
$(NAME)_MBINS_TYPE := app
|
|
|
|
$(NAME)_SOURCES := main.c
|
|
|
|
$(NAME)_INCLUDES := ../../../kernel/protocols/bluetooth/include \
|
|
../../../kernel/protocols/bluetooth/core/include
|
|
|
|
ble = 1
|
|
|
|
$(NAME)_COMPONENTS += protocols.bluetooth yloop cli bluetooth.profile
|
|
GLOBAL_DEFINES += AOS_NO_WIFI CONFIG_BT_SMP
|