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

This commit is contained in:
Ithamar R. Adema
2013-09-15 04:39:37 +02:00
parent ef5e0ba938
commit a1d6968848
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++) ;