[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120507.105254.1899925115243585929.hdoyu@nvidia.com>
Date: Mon, 7 May 2012 09:52:54 +0200
From: Hiroshi Doyu <hdoyu@...dia.com>
To: "linux@....linux.org.uk" <linux@....linux.org.uk>
CC: "swarren@...dotorg.org" <swarren@...dotorg.org>,
"linux-tegra@...r.kernel.org" <linux-tegra@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"balbi@...com" <balbi@...com>, "arnd@...db.de" <arnd@...db.de>,
"grant.likely@...retlab.ca" <grant.likely@...retlab.ca>,
"rob.herring@...xeda.com" <rob.herring@...xeda.com>,
"rob@...dley.net" <rob@...dley.net>,
"ccross@...roid.com" <ccross@...roid.com>,
"olof@...om.net" <olof@...om.net>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"ohad@...ery.com" <ohad@...ery.com>,
"linus.walleij@...aro.org" <linus.walleij@...aro.org>,
"linville@...driver.com" <linville@...driver.com>,
"myungjoo.ham@...sung.com" <myungjoo.ham@...sung.com>,
"devicetree-discuss@...ts.ozlabs.org"
<devicetree-discuss@...ts.ozlabs.org>,
"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCHv5 1/3] ARM: tegra: Add Tegra AHB driver
From: Russell King - ARM Linux <linux@....linux.org.uk>
Subject: Re: [PATCHv5 1/3] ARM: tegra: Add Tegra AHB driver
Date: Mon, 7 May 2012 09:42:28 +0200
Message-ID: <20120507074228.GK26481@...00.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists