summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-03-03 11:06:18 +0900
committerTom Rini <trini@ti.com>2014-03-04 12:15:31 -0500
commit1ec8b4efce83e7739720afbbf6a19937704eb8d5 (patch)
treefaf034d2a7f626919b230deaca80d16d39cb6a17 /Makefile
parente0708fb539b9b6eddba2c66ce7ff7fa3810aa04d (diff)
downloadblackbird-obmc-uboot-1ec8b4efce83e7739720afbbf6a19937704eb8d5.tar.gz
blackbird-obmc-uboot-1ec8b4efce83e7739720afbbf6a19937704eb8d5.zip
kbuild: fix "tools-all" target
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud