From 1ec8b4efce83e7739720afbbf6a19937704eb8d5 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 3 Mar 2014 11:06:18 +0900 Subject: [PATCH] kbuild: fix "tools-all" target The top Makefile must export HOST_TOOLS_ALL to use it in tools/Makefile. Signed-off-by: Masahiro Yamada Tested-by: Heiko Schocher Acked-by: Heiko Schocher --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0167a6c141..e165bea20e 100644 --- a/Makefile +++ b/Makefile @@ -1152,7 +1152,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 -- 2.39.2