1 Star 0 Fork 1.2K

西点钟灵毓秀/LiteOS

forked from Huawei LiteOS/LiteOS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 804 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lyb 提交于 2021-06-09 07:13 . update kernel version
include $(LITEOSTOPDIR)/config.mk
MODULE_NAME := $(notdir $(CURDIR))
ifeq ($(LOSCFG_SHELL), y)
LOCAL_SRCS := $(wildcard src/base/*.c) \
ifeq ($(LOSCFG_SHELL_UART), y)
LOCAL_SRCS += src/base/porting/port_uart.c
endif
LOCAL_SRCS += $(wildcard src/magickey/*.c)
endif
ifeq ($(LOSCFG_SHELL_EXTENDED_CMDS), y)
LOCAL_SRCS += $(wildcard src/cmds/*.c)
endif
ifeq ($(LOSCFG_SHELL), y)
LOCAL_INCLUDE := \
-I $(LITEOSTOPDIR)/include \
-I $(LITEOSTOPDIR)/shell/full/include \
-I $(LITEOSTOPDIR)/kernel/base/include \
-I $(LITEOSTOPDIR)/components/fs/ramfs \
-I $(LITEOSTOPDIR)/components/fs/fat
endif
ifndef LOSCFG_PLATFORM_OSAPPINIT
LOCAL_INCLUDE += -I $(LITEOSTOPDIR)/test/include
endif
LOCAL_FLAGS := $(LOCAL_INCLUDE) $(LITEOS_GCOV_OPTS) $(LITEOS_CFLAGS_INTERWORK)
include $(MODULE)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zhongling_yuxiu_at_west_point/LiteOS.git
git@gitee.com:zhongling_yuxiu_at_west_point/LiteOS.git
zhongling_yuxiu_at_west_point
LiteOS
LiteOS
master

搜索帮助