1SubDir HAIKU_TOP src system libroot os arch x86 ; 2 3UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ; 4 5MergeObject os_arch_$(TARGET_ARCH).o : 6 atomic.S 7 byteorder.S 8 compatibility.c 9 get_stack_frame.S 10 system_info.c 11 system_time_asm.S 12 thread.c 13 time.c 14 tls.c 15; 16