Adds block_cache.cpp to the build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8820 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-09-03 15:35:32 +00:00
parent 125f4d5101
commit 3a976c2844
1 changed files with 7 additions and 0 deletions

7
src/kernel/core/cache/Jamfile vendored Normal file
View File

@ -0,0 +1,7 @@
SubDir OBOS_TOP src kernel core cache ;
KernelMergeObject kernel_cache.o :
block_cache.cpp
: -fno-pic -Wno-unused -D_KERNEL_MODE=1
;