xref: /haiku/src/tools/makebootable/platform/openfirmware/Jamfile (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
1SubDir HAIKU_TOP src tools makebootable platform openfirmware ;
2
3SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin makebootable platform
4	openfirmware ] ;
5
6#USES_BE_API on <build>makebootable = true ;
7
8# write the stage 1 boot loader into the makebootable resources
9#AddFileDataResource <build>makebootable : RAWT:666:BootCode : stage1.bin ;
10
11#BuildPlatformMain <build>makebootable : makebootable.cpp : $(HOST_LIBBE) ;
12BuildPlatformMain <build>makebootable : makebootable.cpp : $(HOST_LIBSUPC++) ;
13