1 Star 0 Fork 1.3K

SourceCodeSync/LiteOS

forked from Huawei LiteOS/LiteOS 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
api.mk 529 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lyb 提交于 2021-06-09 22:13 +08:00 . update kernel version
# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
ifeq ($(LOSCFG_DRIVERS_BASE), y)
LITEOS_DBASE_INCLUDE += -I $(LITEOSTOPDIR)/drivers/base/include
endif
ifeq ($(LOSCFG_DRIVERS_SIMPLE_UART), y)
LITEOS_UART_INCLUDE += -I $(LITEOSTOPDIR)/drivers/uart/include
endif
LITEOS_DRIVERS_INCLUDE := -I $(LITEOSTOPDIR)/drivers/interrupt/include \
-I $(LITEOSTOPDIR)/drivers/timer/include
LITEOS_DRIVERS_INCLUDE += $(LITEOS_UART_INCLUDE) $(LITEOS_DBASE_INCLUDE)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/source-code-sync/LiteOS.git
git@gitee.com:source-code-sync/LiteOS.git
source-code-sync
LiteOS
LiteOS
master

搜索帮助