Added the new files in libc/sys/ to the build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@831 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2002-08-20 02:41:43 +00:00
parent 3b4c5d90b5
commit c071c40a72

View File

@ -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