From de77d2b0615295dd419cf470af275cc0b7690ff5 Mon Sep 17 00:00:00 2001 From: "TOIDA,Suguru" Date: Fri, 1 Mar 2019 17:01:49 +0900 Subject: [PATCH] add syscall_intercept.c to the mck_syscall_intercept Change-Id: Iff8cfd2868118b6a9db7e24e4f00537251d1346c --- executer/user/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executer/user/CMakeLists.txt b/executer/user/CMakeLists.txt index 545d5a48..9e8edeab 100644 --- a/executer/user/CMakeLists.txt +++ b/executer/user/CMakeLists.txt @@ -57,7 +57,7 @@ if (ENABLE_QLMPI) endif() if (ENABLE_UTI) - add_library(mck_syscall_intercept SHARED arch/${ARCH}/archdep_c.c) + add_library(mck_syscall_intercept SHARED syscall_intercept.c arch/${ARCH}/archdep_c.c) target_link_libraries(mck_syscall_intercept ${LIBSYSCALL_INTERCEPT}) set_target_properties(mck_syscall_intercept PROPERTIES INSTALL_RPATH_USE_LINK_PATH TRUE)