u-boot: make sure host makebootable builds too
Somehow missed these few lines in my last commit.
This commit is contained in:
parent
ae4ad7037f
commit
38bd76a0e5
@ -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++) ;
|
||||
|
Loading…
Reference in New Issue
Block a user