⛏️ index : haiku.git

SubDir HAIKU_TOP src system libroot os arch m68k ;

local architectureObject ;
for architectureObject in [ MultiArchSubDirSetup m68k ] {
	on $(architectureObject) {
		local architecture = $(TARGET_PACKAGING_ARCH) ;

		UsePrivateKernelHeaders ;
		UsePrivateSystemHeaders ;

		SEARCH_SOURCE += [ FDirName $(SUBDIR) $(DOTDOT) generic ] ;

		MergeObject <$(architecture)>os_arch_$(TARGET_ARCH).o :
			atomic.S
			byteorder.S
			compatibility.c	# only here until the places where those functions
							# are used are fixed
			stack_frame.c
#			systeminfo.c
			system_time.c
			system_time_asm.S
			thread.c
			time.c
			tls.c

			generic_stack_trace.cpp
			generic_system_time_nsecs.cpp
			;
	}
}