xref: /haiku/src/system/libroot/os/arch/m68k/Jamfile (revision 7749d0bb0c358a3279b1b9cc76d8376e900130a5)
1SubDir HAIKU_TOP src system libroot os arch m68k ;
2
3UsePrivateKernelHeaders ;
4UsePrivateSystemHeaders ;
5
6SEARCH_SOURCE += [ FDirName $(SUBDIR) $(DOTDOT) generic ] ;
7
8MergeObject os_arch_$(TARGET_ARCH).o :
9	atomic.S
10	byteorder.S
11	compatibility.c	# only here until the places where those functions are used
12					# are fixed
13	stack_frame.c
14#	systeminfo.c
15	system_time.c
16	system_time_asm.S
17	thread.c
18	time.c
19	tls.c
20
21	generic_system_time_nsecs.cpp
22;
23