From: Tuomas Tynkkynen Date: Tue, 13 Mar 2018 13:23:04 +0000 (+0200) Subject: tools: Make kwboot build if HOST_TOOLS_ALL=y X-Git-Tag: v2018.05-rc1~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5473eb6d153929f67b45ec0f7f664ac7f98c494c;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/tools/Makefile b/tools/Makefile index 55efb74..8143c25 100644 --- 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