diff options
| author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-03-03 11:06:18 +0900 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2014-03-04 12:15:31 -0500 | 
| commit | 1ec8b4efce83e7739720afbbf6a19937704eb8d5 (patch) | |
| tree | faf034d2a7f626919b230deaca80d16d39cb6a17 | |
| parent | e0708fb539b9b6eddba2c66ce7ff7fa3810aa04d (diff) | |
| download | olio-uboot-2014.01-1ec8b4efce83e7739720afbbf6a19937704eb8d5.tar.xz olio-uboot-2014.01-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>
| -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 |