1SubDir HAIKU_TOP src system libroot os arch ppc ; 2 3UsePrivateKernelHeaders ; 4 # TODO: Replace by "UsePrivateHeaders libroot" after resolving the TODO in 5 # time.c! 6UsePrivateSystemHeaders ; 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# systeminfo.c 14 system_time.c 15 system_time_asm.S 16 thread.c 17 time.c 18 tls.c 19; 20