xref: /haiku/src/system/libroot/os/arch/m68k/Jamfile (revision ed6250c95736c0b55da79d6e9dd01369532260c0)
1SubDir HAIKU_TOP src system libroot os arch m68k ;
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