this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add mach/exc server component to MIG sources

Fixes #929

+3
+3
src/kernel/libsyscall/CMakeLists.txt
··· 91 91 ) 92 92 endforeach() 93 93 94 + # mach/exc also needs the server component 95 + list(APPEND syscall_mig_sources "${CMAKE_CURRENT_BINARY_DIR}/mach/excServer.c") 96 + 94 97 set(MIG_USER_HEADER_SUFFIX "_internal.h") 95 98 set(MIG_USER_SOURCE_SUFFIX "_unused_internal_user.c") 96 99 set(MIG_SERVER_HEADER_SUFFIX "_unused_internal_server.h")