
10 Nov
2011
10 Nov
'11
2:49 p.m.
Signed-off-by: Loïc Minier loic.minier@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