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>
This commit is contained in:
parent
e0708fb539
commit
1ec8b4efce
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1152,7 +1152,7 @@ checkarmreloc: u-boot
|
||||||
env: scripts_basic
|
env: scripts_basic
|
||||||
$(Q)$(MAKE) $(build)=tools/$@
|
$(Q)$(MAKE) $(build)=tools/$@
|
||||||
|
|
||||||
tools-all: HOST_TOOLS_ALL=y
|
tools-all: export HOST_TOOLS_ALL=y
|
||||||
tools-all: env tools ;
|
tools-all: env tools ;
|
||||||
|
|
||||||
.PHONY : CHANGELOG
|
.PHONY : CHANGELOG
|
||||||
|
|
Loading…
Reference in a new issue