| Submitter | Loïc Minier |
|---|---|
| Date | Nov. 10, 2011, 1:49 p.m. |
| Message ID | <1320932982-19967-3-git-send-email-loic.minier@linaro.org> |
| Download | mbox | patch |
| Permalink | /patch/124884/ |
| State | Rejected |
| Delegated to: | Prafulla Wadaskar |
| Headers | show |
Comments
Patch
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(-)