From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brice Goglin Subject: Re: [PATCH 6/6] myri10ge - Kconfig and Makefile Date: Sat, 13 May 2006 20:56:45 +0200 Message-ID: <44662BED.5030000@myri.com> References: <446259A0.8050504@myri.com> <44625E9B.3090509@myri.com> <20060513185157.GC6931@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, LKML , "Andrew J. Gallatin" Return-path: Received: from h-66-166-126-70.lsanca54.covad.net ([66.166.126.70]:27879 "EHLO myri.com") by vger.kernel.org with ESMTP id S932496AbWEMTEc (ORCPT ); Sat, 13 May 2006 15:04:32 -0400 To: Adrian Bunk In-Reply-To: <20060513185157.GC6931@stusta.de> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Adrian Bunk wrote: > On Wed, May 10, 2006 at 11:43:55PM +0200, Brice Goglin wrote: > >> ... >> --- linux-mm/drivers/net/Makefile.old 2006-04-08 04:49:53.000000000 -0700 >> +++ linux-mm/drivers/net/Makefile 2006-04-21 08:10:27.000000000 -0700 >> @@ -192,6 +192,7 @@ obj-$(CONFIG_R8169) += r8169.o >> obj-$(CONFIG_AMD8111_ETH) += amd8111e.o >> obj-$(CONFIG_IBMVETH) += ibmveth.o >> obj-$(CONFIG_S2IO) += s2io.o >> +obj-$(CONFIG_MYRI10GE) += myri10ge/ >> obj-$(CONFIG_SMC91X) += smc91x.o >> obj-$(CONFIG_SMC911X) += smc911x.o >> obj-$(CONFIG_DM9000) += dm9000.o >> --- /dev/null 2006-04-21 00:45:09.064430000 -0700 >> +++ linux-mm/drivers/net/myri10ge/Makefile 2006-04-21 08:14:21.000000000 -0700 >> @@ -0,0 +1,5 @@ >> +# >> +# Makefile for the Myricom Myri-10G ethernet driver >> +# >> + >> +obj-$(CONFIG_MYRI10GE) += myri10ge.o >> > > If the driver consists of one source file, why does it need an own > subdir? > > cu > Adrian > We also have 2 header files. But, I am fine with putting our 3 files in drivers/net/ instead. Brice