diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-03-03 02:06:18 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-04 17:15:31 (GMT) |
commit | 1ec8b4efce83e7739720afbbf6a19937704eb8d5 (patch) | |
tree | faf034d2a7f626919b230deaca80d16d39cb6a17 /Makefile | |
parent | e0708fb539b9b6eddba2c66ce7ff7fa3810aa04d (diff) | |
download | u-boot-fsl-qoriq-1ec8b4efce83e7739720afbbf6a19937704eb8d5.tar.xz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |