SubDir HAIKU_TOP src system libroot os arch mipsel ;

UsePrivateKernelHeaders ;
	# TODO: Replace by "UsePrivateHeaders libroot" after resolving the TODO in
	# time.c!
UsePrivateSystemHeaders ;

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

MergeObject 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_system_time_nsecs.cpp
;
