Added the file_cache.cpp file to the build.

_KERNEL_MODE is already defined when using kernel build rules, no need
to do it here manually.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8872 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-09-06 22:05:46 +00:00
parent e02c12f0b3
commit 55efd37df7
1 changed files with 2 additions and 1 deletions

View File

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