xref: /haiku/src/system/kernel/cache/Jamfile (revision 3cb015b1ee509d69c643506e8ff573808c86dcfc)
1SubDir HAIKU_TOP src system kernel cache ;
2
3KernelMergeObject kernel_cache.o :
4	block_allocator.cpp
5	block_cache.cpp
6	file_cache.cpp
7	vnode_store.cpp
8
9	: $(TARGET_KERNEL_PIC_CCFLAGS) -Wno-unused
10;
11