Signed-off-by: Loïc Minier <loic.min...@linaro.org>
---
 Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 0ccc3bf..be9fadf 100644
--- a/Makefile
+++ b/Makefile
@@ -369,6 +369,10 @@ ifneq ($(CONFIG_IMX_CONFIG),)
 ALL-y += $(obj)u-boot.imx
 endif
 
+ifneq ($(CONFIG_SYS_KWD_CONFIG),)
+ALL-y += $(obj)u-boot.kwb
+endif
+
 all:           $(ALL-y) $(SUBDIR_EXAMPLES)
 
 $(obj)u-boot.dtb:      $(obj)u-boot
-- 
1.7.7.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to