repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
system
/
kernel
/
slab
/
Jamfile
blob
a865055c7e7a216b4fe8e7a073891f4300d8aa94
1
SubDir HAIKU_TOP src system kernel slab ;
2
3
4
KernelMergeObject kernel_slab.o :
5
allocator.cpp
6
HashedObjectCache.cpp
7
MemoryManager.cpp
8
ObjectCache.cpp
9
ObjectDepot.cpp
10
Slab.cpp
11
SmallObjectCache.cpp
12
13
: $(TARGET_KERNEL_PIC_CCFLAGS)
14
;