SubDir OBOS_TOP src kernel libroot os arch x86 ;

KernelMergeObject os_arch_$(OBOS_ARCH).o :
	atomic.S
	byteorder.S
	system_info.c
	system_time.S
	thread.c
	time.c
	tls.c
	: -fPIC -DPIC
	;

MergeObjectFromObjects kernel_os_arch_$(OBOS_ARCH).o :
	<$(SOURCE_GRIST)>atomic.o
	<$(SOURCE_GRIST)>byteorder.o
	<$(SOURCE_GRIST)>system_time.o
	;
