From patchwork Thu Nov 10 13:49:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: loic.minier@linaro.org X-Patchwork-Id: 5029 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id C163E23E06 for ; Thu, 10 Nov 2011 13:52:59 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id B6937A1892E for ; Thu, 10 Nov 2011 13:52:59 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id n26so4026624faa.11 for ; Thu, 10 Nov 2011 05:52:59 -0800 (PST) Received: by 10.152.105.226 with SMTP id gp2mr4449052lab.28.1320933179583; Thu, 10 Nov 2011 05:52:59 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.40.7 with SMTP id t7cs5325lak; Thu, 10 Nov 2011 05:52:59 -0800 (PST) Received: by 10.216.221.90 with SMTP id q68mr2277783wep.71.1320933177749; Thu, 10 Nov 2011 05:52:57 -0800 (PST) Received: from pig2.dooz.org (pig2.dooz.org. [88.191.118.219]) by mx.google.com with ESMTPS id b51si4644936wed.55.2011.11.10.05.52.57 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Nov 2011 05:52:57 -0800 (PST) Received-SPF: pass (google.com: domain of lool@bee.dooz.org designates 88.191.118.219 as permitted sender) client-ip=88.191.118.219; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lool@bee.dooz.org designates 88.191.118.219 as permitted sender) smtp.mail=lool@bee.dooz.org Received: from bee.dooz.org (unknown [IPv6:2a01:e35:8a6e:5e80:224:7eff:fe14:65c3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "bee.dooz.org", Issuer "dooz.org CA" (verified OK)) by pig2.dooz.org (Postfix) with ESMTPS id C9CB4C0AD8; Thu, 10 Nov 2011 14:52:56 +0100 (CET) Received: by bee.dooz.org (Postfix, from userid 1000) id 3B3321079; Thu, 10 Nov 2011 14:52:56 +0100 (CET) From: =?UTF-8?q?Lo=C3=AFc=20Minier?= To: u-boot@lists.denx.de Cc: =?UTF-8?q?Lo=C3=AFc=20Minier?= , patches@linaro.org Subject: [PATCH 2/2] Build u-boot.kwb by default when board uses it Date: Thu, 10 Nov 2011 14:49:42 +0100 Message-Id: <1320932982-19967-3-git-send-email-loic.minier@linaro.org> X-Mailer: git-send-email 1.7.7.1 In-Reply-To: <1320932982-19967-1-git-send-email-loic.minier@linaro.org> References: <1320932982-19967-1-git-send-email-loic.minier@linaro.org> MIME-Version: 1.0 Signed-off-by: Loïc Minier --- 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