Added dummy makebootable for boot platform Open Firmware. Just
to make the build system happy for now. We'll see later what we have to do. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15400 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
558242b3ac
commit
98d294ceb6
3
src/bin/makebootable/platform/openfirmware/Jamfile
Normal file
3
src/bin/makebootable/platform/openfirmware/Jamfile
Normal file
@ -0,0 +1,3 @@
|
||||
SubDir HAIKU_TOP src bin makebootable platform openfirmware ;
|
||||
|
||||
BinCommand makebootable : makebootable.cpp ;
|
@ -0,0 +1,6 @@
|
||||
int
|
||||
main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
12
src/tools/makebootable/platform/openfirmware/Jamfile
Normal file
12
src/tools/makebootable/platform/openfirmware/Jamfile
Normal file
@ -0,0 +1,12 @@
|
||||
SubDir HAIKU_TOP src tools makebootable platform openfirmware ;
|
||||
|
||||
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin makebootable platform
|
||||
openfirmware ] ;
|
||||
|
||||
#USES_BE_API on <build>makebootable = true ;
|
||||
|
||||
# write the stage 1 boot loader into the makebootable resources
|
||||
#AddFileDataResource <build>makebootable : RAWT:666:BootCode : stage1.bin ;
|
||||
|
||||
#BuildPlatformMain <build>makebootable : makebootable.cpp : $(HOST_LIBBE) ;
|
||||
BuildPlatformMain <build>makebootable : makebootable.cpp ;
|
Loading…
Reference in New Issue
Block a user