refactor: 清理Makefile冗余项

清理Makefile冗余项,各模块Makefile里不需要再次引用公共路径,只需引用私有头文件路径

close: #I49MOO

Signed-off-by: arvinzzz <zhaotianyu9@huawei.com>
Change-Id: I2dd7189c866498896461f78bfed5444ae1d86876
This commit is contained in:
arvinzzz
2021-09-11 16:05:23 +08:00
parent 0326cbf12e
commit b3d96d166c
43 changed files with 115 additions and 135 deletions

View File

@@ -41,6 +41,6 @@ ifneq ($(LOSCFG_FS_VFS), y)
LOCAL_SRCS := $(filter-out console.c virtual_serial.c, $(LOCAL_SRCS))
endif
LOCAL_FLAGS := $(LOCAL_INCLUDE) $(LITEOS_GCOV_OPTS)
LOCAL_FLAGS := $(LOCAL_INCLUDE)
include $(MODULE)