u-boot: make sure host makebootable builds too
Somehow missed these few lines in my last commit.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
SubDir HAIKU_TOP src tools makebootable platform u-boot ;
|
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++) ;
|
BuildPlatformMain <build>makebootable : makebootable.cpp : $(HOST_LIBSTDC++) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user