SubDir OBOS_TOP src kernel boot platform bios_ia32 ;

SubDirHdrs $(OBOS_TOP) headers private kernel boot platform $(OBOS_BOOT_PLATFORM) ;

KernelMergeObject boot_platform_bios_ia32.o :
	<$(SOURCE_GRIST)>start.c
	:
	;

SEARCH on [ FGristFiles crt0.S ]
    = [ FDirName $(OBOS_TOP) src kernel boot arch $(OBOS_ARCH) ] ;
