SubDir OBOS_TOP src kernel libroot os arch ppc ;

KernelMergeObject os_arch_$(OBOS_ARCH).o :
	<$(SOURCE_GRIST)>atomic.S
	<$(SOURCE_GRIST)>byteorder.S
#	<$(SOURCE_GRIST)>systeminfo.c
	<$(SOURCE_GRIST)>system_time.S
	<$(SOURCE_GRIST)>tls.c
	:
	-fPIC -DPIC
	;

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