ARM: stub out makebootable so we can build a full haiku-image

This commit is contained in:
Ithamar R. Adema
2013-09-17 14:40:25 +02:00
committed by Rene Gollent
parent 0fa2d68cdf
commit ae4ad7037f
3 changed files with 12 additions and 0 deletions
@@ -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++) ;