diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index cf94ad5ef2..e78a5dcea2 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -348,6 +348,10 @@ KernelStaticLibraryObjects libc.a : <$(SOURCE_GRIST)!libc!system>wrappers.o <$(SOURCE_GRIST)!libc!system!arch!$(OBOS_ARCH)>atomic.o + <$(SOURCE_GRIST)!libc!sys>chmod.o + <$(SOURCE_GRIST)!libc!sys>stat.o + <$(SOURCE_GRIST)!libc!sys>mkdir.o + <$(SOURCE_GRIST)!libc!unistd>access.o <$(SOURCE_GRIST)!libc!unistd>chown.o <$(SOURCE_GRIST)!libc!unistd>close.o @@ -469,6 +473,10 @@ KernelLd libc.so : <$(SOURCE_GRIST)!libc!system>wrappers.o <$(SOURCE_GRIST)!libc!system!arch!$(OBOS_ARCH)>atomic.o + <$(SOURCE_GRIST)!libc!sys>chmod.o + <$(SOURCE_GRIST)!libc!sys>stat.o + <$(SOURCE_GRIST)!libc!sys>mkdir.o + <$(SOURCE_GRIST)!libc!unistd>access.o <$(SOURCE_GRIST)!libc!unistd>chown.o <$(SOURCE_GRIST)!libc!unistd>close.o