Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755513Ab2EGHxb (ORCPT ); Mon, 7 May 2012 03:53:31 -0400 Received: from hqemgate03.nvidia.com ([216.228.121.140]:2211 "EHLO hqemgate03.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754418Ab2EGHx3 convert rfc822-to-8bit (ORCPT ); Mon, 7 May 2012 03:53:29 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Mon, 07 May 2012 00:53:03 -0700 From: Hiroshi Doyu To: "linux@arm.linux.org.uk" CC: "swarren@wwwdotorg.org" , "linux-tegra@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "balbi@ti.com" , "arnd@arndb.de" , "grant.likely@secretlab.ca" , "rob.herring@calxeda.com" , "rob@landley.net" , "ccross@android.com" , "olof@lixom.net" , "gregkh@linuxfoundation.org" , "ohad@wizery.com" , "linus.walleij@linaro.org" , "linville@tuxdriver.com" , "myungjoo.ham@samsung.com" , "devicetree-discuss@lists.ozlabs.org" , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" Date: Mon, 7 May 2012 09:52:54 +0200 Subject: Re: [PATCHv5 1/3] ARM: tegra: Add Tegra AHB driver Thread-Topic: [PATCHv5 1/3] ARM: tegra: Add Tegra AHB driver Thread-Index: Ac0sJmze32aBdgpoSE2RZ2faPDHS3A== Message-ID: <20120507.105254.1899925115243585929.hdoyu@nvidia.com> References: <1336373032-16881-1-git-send-email-hdoyu@nvidia.com><20120507074228.GK26481@n2100.arm.linux.org.uk> In-Reply-To: <20120507074228.GK26481@n2100.arm.linux.org.uk> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-nvconfidentiality: public acceptlanguage: en-US Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1098 Lines: 28 From: Russell King - ARM Linux Subject: Re: [PATCHv5 1/3] ARM: tegra: Add Tegra AHB driver Date: Mon, 7 May 2012 09:42:28 +0200 Message-ID: <20120507074228.GK26481@n2100.arm.linux.org.uk> > On Mon, May 07, 2012 at 09:43:45AM +0300, Hiroshi DOYU wrote: > > diff --git a/drivers/Makefile b/drivers/Makefile > > index 5870322..d97e2e2 100644 > > --- a/drivers/Makefile > > +++ b/drivers/Makefile > > @@ -18,7 +18,7 @@ obj-$(CONFIG_SFI) += sfi/ > > # PnP must come after ACPI since it will eventually need to check if acpi > > # was used and do nothing if so > > obj-$(CONFIG_PNP) += pnp/ > > -obj-$(CONFIG_ARM_AMBA) += amba/ > > +obj-$(CONFIG_ARM) += amba/ > > NAK. This makes amba only buildable for ARM which is not the intention. > Other architectures do have Primecells. What about the following? +obj-y += amba/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/