当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
4 Star 21 Fork 9

合宙Luat / Luat_CSDK_Air202
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
brezen 提交于 2020-06-06 20:22 . 提交2.0.00版本
#********************************************************#
# Copyright (C), AirM2M Tech. Co., Ltd.
# Author: lifei
# Description: AMOPENAT 开放平台
# Others:
# History:
# Version: Date: Author: Modification:
# V0.1 2012.12.14 lifei 创建文件
#********************************************************#
#-----------------------------------
#
# 主入口Makefile
#
#-----------------------------------
#引入需要编译的模块列表
include module_list.mk
# Set this to any non-null string to signal a module which
# generates a binary (must contain a "main" entry point).
# If left null, only a library will be generated.
IS_ENTRY_POINT := yes
# Assembly / C code
S_SRC :=
C_SRC :=
include ${SOFT_WORKDIR}/platform/compilation/cust_rules.mk
C
1
https://gitee.com/openLuat/Luat_CSDK_Air202.git
git@gitee.com:openLuat/Luat_CSDK_Air202.git
openLuat
Luat_CSDK_Air202
Luat_CSDK_Air202
master

搜索帮助