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 8SEARCH_SOURCE += [ FDirName $(SUBDIR) $(DOTDOT) generic ] ; 9 10MergeObject os_arch_$(TARGET_ARCH).o : 11 atomic.S 12 byteorder.S 13 compatibility.c # only here until the places where those functions are used 14 # are fixed 15 stack_frame.c 16# systeminfo.c 17 system_time.c 18 system_time_asm.S 19 thread.c 20 time.c 21 tls.c 22 23 generic_system_time_nsecs.cpp 24; 25