xref: /haiku/src/system/libroot/os/arch/ppc/Jamfile (revision 1d9d47fc72028bb71b5f232a877231e59cfe2438)
1SubDir HAIKU_TOP src system libroot os arch ppc ;
2
3UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ;
4
5MergeObject os_arch_$(TARGET_ARCH).o :
6	atomic.S
7	byteorder.S
8	compatibility.c	# only here until the places where those functions are used
9					# are fixed
10#	systeminfo.c
11	system_time.c
12	system_time_asm.S
13	thread.c
14	time.c
15	tls.c
16;
17