Message ID | 1320932982-19967-3-git-send-email-loic.minier@linaro.org |
---|---|
State | New |
Headers | show |
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
Signed-off-by: Loïc Minier <loic.minier@linaro.org> --- Makefile | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)