ARM: stub out makebootable so we can build a full haiku-image
This commit is contained in:
parent
0fa2d68cdf
commit
ae4ad7037f
3
src/bin/makebootable/platform/u-boot/Jamfile
Normal file
3
src/bin/makebootable/platform/u-boot/Jamfile
Normal file
@ -0,0 +1,3 @@
|
||||
SubDir HAIKU_TOP src bin makebootable platform u-boot ;
|
||||
|
||||
BinCommand makebootable : makebootable.cpp ;
|
6
src/bin/makebootable/platform/u-boot/makebootable.cpp
Normal file
6
src/bin/makebootable/platform/u-boot/makebootable.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
int
|
||||
main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
3
src/tools/makebootable/platform/u-boot/Jamfile
Normal file
3
src/tools/makebootable/platform/u-boot/Jamfile
Normal file
@ -0,0 +1,3 @@
|
||||
SubDir HAIKU_TOP src tools makebootable platform u-boot ;
|
||||
|
||||
BuildPlatformMain <build>makebootable : makebootable.cpp : $(HOST_LIBSTDC++) ;
|
Loading…
Reference in New Issue
Block a user