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