xref: /haiku/src/system/kernel/util/Jamfile (revision a54549a8cdd4a567bf24bd8b4217f9040baf3112)
1338b8dc3SIngo WeinholdSubDir HAIKU_TOP src system kernel util ;
22d690920SAxel Dörfler
32d690920SAxel DörflerUsePrivateHeaders [ FDirName kernel util ] ;
42d690920SAxel Dörfler
52d690920SAxel DörflerKernelMergeObject kernel_util.o :
6*a54549a8SIngo Weinhold	AVLTreeBase.cpp
72d690920SAxel Dörfler	kernel_cpp.cpp
8bd185b41SIngo Weinhold	khash.cpp
9bd185b41SIngo Weinhold	list.cpp
10bd185b41SIngo Weinhold	queue.cpp
112d690920SAxel Dörfler	ring_buffer.cpp
12dcadb2baSIngo Weinhold	RadixBitmap.cpp
132d690920SAxel Dörfler
14a8f9741cSMichael Lotz	: $(TARGET_KERNEL_PIC_CCFLAGS) -DUSING_LIBGCC
152d690920SAxel Dörfler;
16