xref: /haiku/src/bin/makebootable/platform/pxe_ia32/Jamfile (revision 21258e2674226d6aa732321b6f8494841895af5f)
1SubDir HAIKU_TOP src bin makebootable platform pxe_ia32 ;
2
3# write the stage 1 boot loader into the makebootable resources
4AddFileDataResource makebootable : RAWT:666:BootCode : stage1.bin ;
5
6BinCommand makebootable : makebootable.cpp : be [ TargetLibsupc++ ] ;
7
8SEARCH on [ FGristFiles makebootable.cpp ]
9	= [ FDirName $(SUBDIR) $(DOTDOT) bios_ia32 ] ;
10