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 committed by Rene Gollent
parent 0fa2d68cdf
commit ae4ad7037f
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,3 @@
SubDir HAIKU_TOP src bin makebootable platform u-boot ;
BinCommand makebootable : makebootable.cpp ;

View File

@ -0,0 +1,6 @@
int
main()
{
return 0;
}

View File

@ -0,0 +1,3 @@
SubDir HAIKU_TOP src tools makebootable platform u-boot ;
BuildPlatformMain <build>makebootable : makebootable.cpp : $(HOST_LIBSTDC++) ;