U-Boot: Remove duplicate target for <build>makebootable
And comment the use of libbe, which isn't needed for now and didn't build anyway.
This commit is contained in:
@@ -6,7 +6,8 @@ SEARCH_SOURCE
|
|||||||
BuildPlatformMain <build>makebootable :
|
BuildPlatformMain <build>makebootable :
|
||||||
makebootable.cpp
|
makebootable.cpp
|
||||||
$(hostPlatformSources)
|
$(hostPlatformSources)
|
||||||
: $(HOST_LIBBE) $(HOST_LIBSTDC++) $(HOST_LIBSUPC++)
|
:
|
||||||
|
# $(HOST_LIBBE)
|
||||||
|
$(HOST_LIBSTDC++) $(HOST_LIBSUPC++)
|
||||||
;
|
;
|
||||||
|
|
||||||
BuildPlatformMain <build>makebootable : makebootable.cpp : $(HOST_LIBSTDC++) ;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user