add syscall_intercept.c to the mck_syscall_intercept
Change-Id: Iff8cfd2868118b6a9db7e24e4f00537251d1346c
This commit is contained in:
committed by
Masamichi Takagi
parent
52f89cf8fa
commit
de77d2b061
@ -57,7 +57,7 @@ if (ENABLE_QLMPI)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (ENABLE_UTI)
|
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})
|
target_link_libraries(mck_syscall_intercept ${LIBSYSCALL_INTERCEPT})
|
||||||
set_target_properties(mck_syscall_intercept PROPERTIES INSTALL_RPATH_USE_LINK_PATH TRUE)
|
set_target_properties(mck_syscall_intercept PROPERTIES INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user