diff --git a/src/bin/makebootable/platform/pxe_ia32/Jamfile b/src/bin/makebootable/platform/pxe_ia32/Jamfile new file mode 100644 index 0000000000..ff60f1b0ba --- /dev/null +++ b/src/bin/makebootable/platform/pxe_ia32/Jamfile @@ -0,0 +1,6 @@ +SubDir HAIKU_TOP src bin makebootable platform bios_ia32 ; + +# write the stage 1 boot loader into the makebootable resources +AddFileDataResource makebootable : RAWT:666:BootCode : stage1.bin ; + +BinCommand makebootable : makebootable.cpp : be ;