diff mbox

[U-Boot,1/2] kbuild: fix "tools-all" target

Message ID 1393812379-19990-2-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada March 3, 2014, 2:06 a.m. UTC
The top Makefile must export HOST_TOOLS_ALL to use it
in tools/Makefile.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Heiko Schocher March 3, 2014, 11:14 a.m. UTC | #1
Hello Masahiro,

Am 03.03.2014 03:06, schrieb Masahiro Yamada:
> The top Makefile must export HOST_TOOLS_ALL to use it
> in tools/Makefile.
>
> Signed-off-by: Masahiro Yamada<yamada.m@jp.panasonic.com>
> ---
>
>   Makefile | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Tested-by: Heiko Schocher <hs@denx.de>
(on the IDS8247 and upcoming ids8313 board)

Acked-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
Tom Rini March 4, 2014, 7:19 p.m. UTC | #2
On Mon, Mar 03, 2014 at 11:06:18AM +0900, Masahiro Yamada wrote:

> The top Makefile must export HOST_TOOLS_ALL to use it
> in tools/Makefile.
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Tested-by: Heiko Schocher <hs@denx.de>
> Acked-by: Heiko Schocher <hs@denx.de>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/Makefile b/Makefile
index e49a240..3647804 100644
--- a/Makefile
+++ b/Makefile
@@ -1142,7 +1142,7 @@  checkarmreloc: u-boot
 env: scripts_basic
 	$(Q)$(MAKE) $(build)=tools/$@
 
-tools-all: HOST_TOOLS_ALL=y
+tools-all: export HOST_TOOLS_ALL=y
 tools-all: env tools ;
 
 .PHONY : CHANGELOG