mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-27 17:01:31 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
19
Living_SDK/kernel/protocols/mesh/mesh.mk
Normal file
19
Living_SDK/kernel/protocols/mesh/mesh.mk
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
NAME := mesh
|
||||
|
||||
$(NAME)_TYPE := kernel
|
||||
GLOBAL_INCLUDES += include
|
||||
GLOBAL_DEFINES += CONFIG_AOS_MESH
|
||||
|
||||
ifeq ($(HOST_ARCH), linux)
|
||||
LIB_DIR := linux
|
||||
else ifeq ($(HOST_ARCH), ARM968E-S)
|
||||
LIB_DIR := arm968es
|
||||
else ifeq ($(HOST_ARCH), xtensa)
|
||||
LIB_DIR := xtensa
|
||||
else ifeq ($(HOST_ARCH), Cortex-M4)
|
||||
LIB_DIR := cortex-m4
|
||||
else
|
||||
$(error "not find correct platform!")
|
||||
endif
|
||||
|
||||
$(NAME)_PREBUILT_LIBRARY := lib/$(LIB_DIR)/libmesh.a
|
||||
Loading…
Add table
Add a link
Reference in a new issue