[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <3541255.WOXCFhM6uN@wuerfel>
Date: Thu, 11 Aug 2016 17:46:24 +0200
From: Arnd Bergmann <arnd@...db.de>
To: linuxppc-dev@...ts.ozlabs.org
Cc: Nicholas Piggin <npiggin@...il.com>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Alan Modra <amodra@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"Luis R. Rodriguez" <mcgrof@...nel.org>,
linux-next@...r.kernel.org, Paul Mackerras <paulus@...ba.org>,
Fengguang Wu <fengguang.wu@...el.com>,
Guenter Roeck <linux@...ck-us.net>
Subject: Re: [TESTING] kbuild: link drivers subdirectories separately
On Thursday, August 11, 2016 3:49:03 PM CEST Arnd Bergmann wrote:
> @@ -137,7 +134,8 @@ obj-$(CONFIG_PPC_PS3) += ps3/
> obj-$(CONFIG_OF) += of/
> obj-$(CONFIG_SSB) += ssb/
> obj-$(CONFIG_BCMA) += bcma/
> -obj-y += vhost/
> +obj-$(CONFIG_VHOST_RING) += vhost/
> +obj-$(CONFIG_VHOST) += vhost/
> obj-$(CONFIG_VLYNQ) += vlynq/
> obj-$(CONFIG_STAGING) += staging/
> obj-y += platform/
>
This hunk should have been the other way round to apply and work correctly,
I mixed up the number of reverts I had on my tree before it.
Arnd
Powered by blists - more mailing lists