mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-03-20 03:32:55 +00:00
12 lines
300 B
Makefile
12 lines
300 B
Makefile
|
NAME := bleadv
|
||
|
|
||
|
$(NAME)_SOURCES := main.c
|
||
|
|
||
|
$(NAME)_INCLUDES := ../../../kernel/protocols/bluetooth/include \
|
||
|
../../../kernel/protocols/bluetooth/core/include
|
||
|
|
||
|
ble = 1
|
||
|
|
||
|
$(NAME)_COMPONENTS += protocols.bluetooth yloop cli
|
||
|
GLOBAL_DEFINES += AOS_NO_WIFI CONFIG_BT_SMP
|