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:
parent
e84acb2bb2
commit
a6a723ebea
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user