rel_1.6.0 init

This commit is contained in:
guocheng.kgc 2020-06-18 20:06:52 +08:00 committed by shengdong.dsd
commit 27b3e2883d
19359 changed files with 8093121 additions and 0 deletions

View 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