1SubDir HAIKU_TOP src system libroot os arch m68k ; 2 3UsePrivateKernelHeaders ; 4UsePrivateSystemHeaders ; 5 6MergeObject os_arch_$(TARGET_ARCH).o : 7 atomic.S 8 byteorder.S 9 compatibility.c # only here until the places where those functions are used 10 # are fixed 11 stack_frame.c 12# systeminfo.c 13 system_time.c 14 system_time_asm.S 15 thread.c 16 time.c 17 tls.c 18; 19