feat: add liteos patch ability

Signed-off-by: jason_gitee <yangjie140@huawei.com>
This commit is contained in:
jason_gitee
2021-08-28 08:02:50 +00:00
committed by Gitee
parent aa5b2c7641
commit 98ca8441fe
8 changed files with 82 additions and 15 deletions
+4 -8
View File
@@ -31,14 +31,10 @@ include $(LITEOSTOPDIR)/config.mk
MODULE_NAME := $(notdir $(shell pwd))
LOCAL_SRCS := $(wildcard *.c)
LOCAL_INCLUDE = \
-I $(LITEOSTOPDIR)/fs/include \
-I $(LITEOSTOPDIR)/fs/zpfs \
-I $(LITEOSTOPDIR)/../../third_party/NuttX/liteos/fs/include\
-I $(LITEOSTOPDIR)/../../third_party/NuttX/liteos/fs/include/inode
LOCAL_SRCS := $(wildcard src/*.c)
LOCAL_INCLUDE := \
-I $(LITEOSTOPDIR)/fs/zpfs/include
LOCAL_FLAGS := $(LITEOS_GCOV_OPTS)
LOCAL_FLAGS := $(LOCAL_INCLUDE) $(LITEOS_GCOV_OPTS)
include $(MODULE)