commit | c7227904077453e96e1be0b98669a49a2d4f1840 | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas@tuxera.com> | Tue Mar 13 15:23:04 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 22 13:25:20 2018 -0400 |
tree | a22e01b95e602092331fb684b9ee6aafb93ed936 | |
parent | 54c9ae0f8a5581bf5d3dd1e1e8437860f1dfc1dc [diff] |
tools: Make kwboot build if HOST_TOOLS_ALL=y 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 <tuomas@tuxera.com>