xref: /haiku/src/system/boot/platform/generic/Jamfile (revision 7a74a5df454197933bc6e80a542102362ee98703)
1SubDir HAIKU_TOP src system boot platform generic ;
2
3SubDirSysHdrs $(HAIKU_TOP) headers libs zlib ;
4UsePrivateKernelHeaders ;
5
6SubDirC++Flags -D_BOOT_MODE -fno-rtti ;
7
8KernelStaticLibrary boot_platform_generic :
9	text_menu.cpp
10	video_blit.cpp
11	video_splash.cpp
12	: -fno-pic
13;
14