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# systeminfo.c 12 system_time.c 13 system_time_asm.S 14 thread.c 15 time.c 16 tls.c 17; 18