tools: Make kwboot build if HOST_TOOLS_ALL=y
authorTuomas Tynkkynen <tuomas@tuxera.com>
Tue, 13 Mar 2018 13:23:04 +0000 (15:23 +0200)
committerTom Rini <trini@konsulko.com>
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 <tuomas@tuxera.com>
tools/Makefile

index 55efb740b8b2ee7f984c1400208a669810126a19..8143c25666018c056d187e0ea1f27b643e0eb434 100644 (file)
@@ -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