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