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