1SubDir HAIKU_TOP src system libroot os arch ppc ; 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