[Desc] Support to close syscall.

Change-Id: I6f7c469e96da9cc89c5c33bf7a9afe19625e175f
This commit is contained in:
YOUR_NAME
2021-03-26 20:12:50 +08:00
parent 51e587ca44
commit b1be50cdb9
5 changed files with 18 additions and 3 deletions

View File

@@ -488,8 +488,10 @@ ifeq ($(LOSCFG_NULL_ADDRESS_PROTECT), y)
LITEOS_CMACRO += -DLOSCFG_NULL_ADDRESS_PROTECT
endif
ifeq ($(LOSCFG_KERNEL_SYSCALL), y)
LITEOS_BASELIB += -lsyscall
LIB_SUBDIRS += syscall
endif
LIB_SUBDIRS += kernel/user
############################# Tools && Debug Option End #################################