From patchwork Fri Jul 26 14:56:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Domenico Andreoli X-Patchwork-Id: 2834222 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 7BA3EC0319 for ; Fri, 26 Jul 2013 15:13:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 55AA92018D for ; Fri, 26 Jul 2013 15:12:59 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id ED83E2018A for ; Fri, 26 Jul 2013 15:12:57 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V2jhP-00085i-TF; Fri, 26 Jul 2013 15:12:56 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V2jhN-0006ZB-KU; Fri, 26 Jul 2013 15:12:53 +0000 Received: from mail-ee0-x22c.google.com ([2a00:1450:4013:c00::22c]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V2jhJ-0006XO-Ms for linux-arm-kernel@lists.infradead.org; Fri, 26 Jul 2013 15:12:50 +0000 Received: by mail-ee0-f44.google.com with SMTP id c13so1606323eek.17 for ; Fri, 26 Jul 2013 08:12:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:user-agent:date:from:to:cc:subject:references :content-disposition; bh=KDwSnNYPaYshliHW6kaBglxSSe/n7IqRw5ynxt7oGLg=; b=NRcjPgcleOcgAHVD1EnMZWL3O9/0RMfoe4WQPns3WtdqG/6uBfYahrrZDlKZpC0D5V xcAYHxU0KWMFqayDZCej5YpICLdooobkZu2Ud1ZPRNvNHr2Zz6PWixi4cKMeOLWKUjja w/lzVaEfqbmSCl2KHPuiElCWQ+JQSu39cT1PLAGNrbTiUlYfIKIonvU0veQOUvCjvYkZ 3zjI881ydvNLG8qWqTHx5L5tZsid9T/FPN9bwZM3Rx5EdvqO5UVcMQego6/Jz8OwnYbX 8UyPJSqaLf2e2LHj1mudtvaU9oFq44wsE6n1H6XEIu53TC/n1ugxrqbzqykVJFlup9h2 KfkQ== X-Received: by 10.14.246.77 with SMTP id p53mr47028772eer.11.1374851547869; Fri, 26 Jul 2013 08:12:27 -0700 (PDT) Received: from shock.dandreoli.com (j115181.upc-j.chello.nl. [24.132.115.181]) by mx.google.com with ESMTPSA id i43sm6484270eeg.10.2013.07.26.08.12.25 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Jul 2013 08:12:26 -0700 (PDT) Received: by shock.dandreoli.com (Postfix, from userid 1000) id 44EA834017B; Fri, 26 Jul 2013 17:12:23 +0200 (CEST) Message-Id: <20130726151223.045835540@gmail.com> User-Agent: quilt/0.60-1 Date: Fri, 26 Jul 2013 16:56:40 +0200 From: Domenico Andreoli To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 1/5] ARM: Broadcom: Unconditionally build arch/arm/mach-bcm References: <20130726145639.116237136@gmail.com> Content-Disposition: inline; filename=arm-unconditionally-build-in-mach-bcm.patch X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130726_111249_902660_04CC2471 X-CRM114-Status: GOOD ( 11.60 ) X-Spam-Score: -1.9 (-) Cc: Olof Johansson , Christian Daudt , Russell King - ARM Linux , Arnd Bergmann , Domenico Andreoli X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Domenico Andreoli arch/arm/mach-bcm contains a plurality of Broadcom SoCs, each configured separately. As a matter of flexibility and maintenance, it needs to be always included in the build. Cc: Christian Daudt Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Domenico Andreoli Acked-by: Christian Daudt --- arch/arm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/arch/arm/Makefile =================================================================== --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -145,7 +145,7 @@ textofs-$(CONFIG_ARCH_MSM8960) := 0x0020 # Machine directory name. This list is sorted alphanumerically # by CONFIG_* macro name. machine-$(CONFIG_ARCH_AT91) += at91 -machine-$(CONFIG_ARCH_BCM) += bcm +machine-y += bcm machine-$(CONFIG_ARCH_BCM2835) += bcm2835 machine-$(CONFIG_ARCH_CLPS711X) += clps711x machine-$(CONFIG_ARCH_CNS3XXX) += cns3xxx