From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lst.de (verein.lst.de [213.95.11.210]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 98BE5DDF4D for ; Wed, 31 Jan 2007 19:45:43 +1100 (EST) Date: Wed, 31 Jan 2007 09:45:13 +0100 From: Christoph Hellwig To: Segher Boessenkool Subject: Re: [PATCH 1/9] ps3: AV Settings Driver Message-ID: <20070131084513.GB5596@lst.de> References: <20070126031236.GG18537@lst.de> <20070129161502.GA32313@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: Linux Frame Buffer Device Development , Linux/PPC Development , Paul Mackerras , Geert Uytterhoeven , James Simmons List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Jan 30, 2007 at 07:39:40PM +0100, Segher Boessenkool wrote: > >obj-$(CONFIG_FB_PS3) += ps3_av.o > >obj-$(CONFIG_SND_PS3) += ps3_av.o > > I don't think Kbuild will be too happy with that. Or does > it filter out duplicate files everywhere (dep, build, link)? Yes, it's a feature stamming from the first predecessor of the current kbuild system (drivers/sound/Makefile in late 2.2.x).