projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0708fb
)
kbuild: fix "tools-all" target
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Mon, 3 Mar 2014 02:06:18 +0000
(11:06 +0900)
committer
Tom Rini
<trini@ti.com>
Tue, 4 Mar 2014 17:15:31 +0000
(12:15 -0500)
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>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
0167a6c
..
e165bea
100644
(file)
--- 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