projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2511930
)
tools: Make kwboot build if HOST_TOOLS_ALL=y
author
Tuomas Tynkkynen
<
[email protected]
>
Tue, 13 Mar 2018 13:23:04 +0000
(15:23 +0200)
committer
Tom Rini
<
[email protected]
>
Thu, 22 Mar 2018 17:25:20 +0000
(13:25 -0400)
The kwboot tool for Marvell devices isn't currently being built even if
HOST_TOOLS_ALL is set. It doesn't appear to depend on any CONFIG_
options, so it seems appropriate to enable building it here.
Signed-off-by: Tuomas Tynkkynen <
[email protected]
>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 55efb740b8b2ee7f984c1400208a669810126a19..8143c25666018c056d187e0ea1f27b643e0eb434 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-7,6
+7,7
@@
# Enable all the config-independent tools
ifneq ($(HOST_TOOLS_ALL),)
+CONFIG_KIRKWOOD = y
CONFIG_LCD_LOGO = y
CONFIG_CMD_LOADS = y
CONFIG_CMD_NET = y