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:
@@ -14,7 +14,6 @@ KernelMergeObject kernel_core.o :
|
|||||||
<$(SOURCE_GRIST)>kernel_daemon.c
|
<$(SOURCE_GRIST)>kernel_daemon.c
|
||||||
<$(SOURCE_GRIST)>khash.c
|
<$(SOURCE_GRIST)>khash.c
|
||||||
<$(SOURCE_GRIST)>linkhack.c
|
<$(SOURCE_GRIST)>linkhack.c
|
||||||
<$(SOURCE_GRIST)>list.c
|
|
||||||
<$(SOURCE_GRIST)>lock.c
|
<$(SOURCE_GRIST)>lock.c
|
||||||
<$(SOURCE_GRIST)>main.c
|
<$(SOURCE_GRIST)>main.c
|
||||||
<$(SOURCE_GRIST)>misc.c
|
<$(SOURCE_GRIST)>misc.c
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
SubDir OBOS_TOP src kernel core util ;
|
SubDir OBOS_TOP src kernel core util ;
|
||||||
|
|
||||||
KernelStaticLibrary libkernel_util :
|
KernelStaticLibrary libkernel_util :
|
||||||
|
<$(SOURCE_GRIST)>list.c
|
||||||
<$(SOURCE_GRIST)>kernel_cpp.cpp
|
<$(SOURCE_GRIST)>kernel_cpp.cpp
|
||||||
:
|
:
|
||||||
-fno-pic -Wno-unused -D_KERNEL_MODE
|
-fno-pic -Wno-unused -D_KERNEL_MODE
|
||||||
|
|||||||
Reference in New Issue
Block a user