1SubDir HAIKU_TOP src system libroot os arch m68k ; 2 3UsePrivateKernelHeaders ; 4UsePrivateSystemHeaders ; 5 6SEARCH_SOURCE += [ FDirName $(SUBDIR) $(DOTDOT) generic ] ; 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 stack_frame.c 14# systeminfo.c 15 system_time.c 16 system_time_asm.S 17 thread.c 18 time.c 19 tls.c 20 21 generic_system_time_nsecs.cpp 22; 23