SubDir HAIKU_TOP src system boot platform generic ;

SubDirSysHdrs $(HAIKU_TOP) headers libs zlib ;
UsePrivateKernelHeaders ;

SubDirC++Flags -D_BOOT_MODE -fno-rtti ;

KernelStaticLibrary boot_platform_generic :
	text_menu.cpp
	video_blit.cpp
	video_splash.cpp
	: -fno-pic
;
