xref: /haiku/src/bin/makebootable/platform/bios_ia32/Jamfile (revision 981f1b1135291a4fca290fbdf69910dc2f24abdd)
1SubDir HAIKU_TOP src bin makebootable platform bios_ia32 ;
2
3SubDirHdrs $(HAIKU_TOP) src add-ons kernel file_systems bfs ;
4
5UsePrivateHeaders shared storage ;
6
7# write the stage 1 boot loader into the makebootable resources
8AddFileDataResource makebootable : RAWT:666:BootCode : stage1.bin ;
9
10BinCommand makebootable : makebootable.cpp : be $(TARGET_LIBSUPC++) ;
11