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