1 Star 0 Fork 0

xu6158/contiki-ng-m2354

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.identify-target 449 Bytes
一键复制 编辑 原始数据 按行查看 历史
# This Makefile can be used to identify the selected TARGET used for a
# specific build. It can be included by example Makefiles that need to take
# decisions based on TARGET. It is also automatically included by the
# top-level Makefile.include.
ifeq ($(TARGET),)
-include Makefile.target
ifeq ($(TARGET),)
${info TARGET not defined, using target 'native'}
TARGET=native
else
${info using saved target '$(TARGET)'}
endif
endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/xu6158/contiki-ng-m2354.git
git@gitee.com:xu6158/contiki-ng-m2354.git
xu6158
contiki-ng-m2354
contiki-ng-m2354
develop

搜索帮助