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: =?utf-8?q?Lo=C3=AFc_Minier?= X-Patchwork-Id: 124884 X-Patchwork-Delegate: prafulla@marvell.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 52781B6F87 for ; Fri, 11 Nov 2011 00:59:02 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5993628E5B; Thu, 10 Nov 2011 14:58:58 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id thhnpJiPET7j; Thu, 10 Nov 2011 14:58:57 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CB72A28AFF; Thu, 10 Nov 2011 14:58:55 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F134628C78 for ; Thu, 10 Nov 2011 14:58:53 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r70EhSZl2bAG for ; Thu, 10 Nov 2011 14:58:53 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from pig2.dooz.org (pig2.dooz.org [88.191.118.219]) by theia.denx.de (Postfix) with ESMTPS id 1479228AFF for ; Thu, 10 Nov 2011 14:58:52 +0100 (CET) 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 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 Cc: =?UTF-8?q?Lo=C3=AFc=20Minier?= , patches@linaro.org Subject: [U-Boot] [PATCH 2/2] Build u-boot.kwb by default when board uses it X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de 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