lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 11 May 2009 09:52:00 +0530
From:	"chaithrika" <chaithrika@...com>
To:	"'David Miller'" <davem@...emloft.net>
Cc:	<netdev@...r.kernel.org>,
	<davinci-linux-open-source@...ux.davincidsp.com>, <nsekhar@...com>,
	<anantgole@...com>, <khilman@...prootsystems.com>
Subject: RE: [PATCH net-next-2.6] TI DaVinci EMAC driver



> -----Original Message-----
> From: David Miller [mailto:davem@...emloft.net]
> Sent: Sunday, May 10, 2009 1:47 AM
> To: chaithrika@...com
> Cc: netdev@...r.kernel.org; davinci-linux-open-
> source@...ux.davincidsp.com; nsekhar@...com; anantgole@...com;
> khilman@...prootsystems.com
> Subject: Re: [PATCH net-next-2.6] TI DaVinci EMAC driver
> 
> From: Chaithrika U S <chaithrika@...com>
> Date: Fri,  8 May 2009 09:34:22 -0400
> 
> > diff --git a/drivers/net/Makefile b/drivers/net/Makefile
> > index dcd5f15..34f1253 100644
> > --- a/drivers/net/Makefile
> > +++ b/drivers/net/Makefile
> > @@ -2,6 +2,9 @@
> >  # Makefile for the Linux network (ethercard) device drivers.
> >  #
> >
> > +davinci_emac_driver-objs := davinci_emac.o
> > +obj-$(CONFIG_TI_DAVINCI_EMAC) += davinci_emac_driver.o
> > +
> >  obj-$(CONFIG_E1000) += e1000/
> >  obj-$(CONFIG_E1000E) += e1000e/
> >  obj-$(CONFIG_IBM_NEW_EMAC) += ibm_newemac/
> 
> If there is only one source file, this complicated construct
> is overkill.  Simply do something like:
> 
> obj-$(CONFIG_TI_DAVINCI_EMAC) += davinci_emac.o

OK. Will change the makefile entry.

Regards,
Chaithrika


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ