Accidently removed linkhack.so from the build in the previous commit.

Added strto[u]l[l] functions to the build.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1667 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-10-26 00:13:27 +00:00
parent 25c7a73eed
commit 65ea9e24b5
2 changed files with 19 additions and 0 deletions
+7
View File
@@ -13,6 +13,7 @@ KernelObjects
<$(SOURCE_GRIST)>heap.c
<$(SOURCE_GRIST)>int.c
<$(SOURCE_GRIST)>khash.c
<$(SOURCE_GRIST)>linkhack.c
<$(SOURCE_GRIST)>lock.c
<$(SOURCE_GRIST)>main.c
<$(SOURCE_GRIST)>misc.c
@@ -33,6 +34,12 @@ KernelObjects
-fno-pic -D_KERNEL_MODE
;
KernelLd linkhack.so :
<$(SOURCE_GRIST)>linkhack.o
:
:
-shared -Bdynamic
;
SubInclude OBOS_TOP src kernel core addons ;
SubInclude OBOS_TOP src kernel core arch ;