mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-03-19 19:22:55 +00:00
11 lines
300 B
Makefile
11 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
|