u-boot: make sure host makebootable builds too

Somehow missed these few lines in my last commit.
This commit is contained in:
Ithamar R. Adema 2013-09-15 04:55:07 +02:00 committed by Rene Gollent
parent ae4ad7037f
commit 38bd76a0e5

View File

@ -1,3 +1,12 @@
SubDir HAIKU_TOP src tools makebootable platform u-boot ;
SEARCH_SOURCE
+= [ FDirName $(HAIKU_TOP) src bin makebootable platform u-boot ] ;
BuildPlatformMain <build>makebootable :
makebootable.cpp
$(hostPlatformSources)
: $(HOST_LIBBE) $(HOST_LIBSTDC++) $(HOST_LIBSUPC++)
;
BuildPlatformMain <build>makebootable : makebootable.cpp : $(HOST_LIBSTDC++) ;