Moved list.c into the util/ subdirectory and build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4450 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-09-02 13:07:22 +00:00
parent e84acb2bb2
commit a6a723ebea
3 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,6 @@ KernelMergeObject kernel_core.o :
<$(SOURCE_GRIST)>kernel_daemon.c
<$(SOURCE_GRIST)>khash.c
<$(SOURCE_GRIST)>linkhack.c
<$(SOURCE_GRIST)>list.c
<$(SOURCE_GRIST)>lock.c
<$(SOURCE_GRIST)>main.c
<$(SOURCE_GRIST)>misc.c

View File

@ -1,6 +1,7 @@
SubDir OBOS_TOP src kernel core util ;
KernelStaticLibrary libkernel_util :
<$(SOURCE_GRIST)>list.c
<$(SOURCE_GRIST)>kernel_cpp.cpp
:
-fno-pic -Wno-unused -D_KERNEL_MODE